diff options
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index fa191abc17..e6f2c7c57c 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -334,7 +334,7 @@ static void output_units_list(const struct unit_info *unit_infos, unsigned c) { } } - if (!on_tty()) { + if (on_tty()) { printf("\nLOAD = Reflects whether the unit definition was properly loaded.\n" "ACTIVE = The high-level unit activation state, i.e. generalization of SUB.\n" "SUB = The low-level unit activation state, values depend on unit type.\n" |