chiark / gitweb /
update TODO
[elogind.git] / src / systemctl / systemctl.c
index 14f8a129d58a321ddee28f5970d9906beaf6df45..98d0fcb39ea212ad71c6deb0d1fe821863a42823 100644 (file)
@@ -2259,7 +2259,7 @@ static void print_status_info(UnitStatusInfo *i) {
 
         if (i->id && arg_transport != TRANSPORT_SSH) {
                 int flags =
-                        arg_lines * OUTPUT_SHOW_ALL |
+                        arg_all * OUTPUT_SHOW_ALL |
                         arg_follow * OUTPUT_FOLLOW |
                         !arg_quiet * OUTPUT_WARN_CUTOFF |
                         on_tty() * OUTPUT_COLOR;