diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-04 16:11:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-04 16:11:38 +0200 |
commit | 07a1734a13a7c43cf4b86c10358cacc7051f6469 (patch) | |
tree | d97b1e65c82e852652098a6ee61a7dbd40d272c7 /src/systemctl/systemctl.c | |
parent | 99d2baa2cab0706d89beff596f997d4e3a1c833f (diff) | |
parent | e9fbae3f680ccd8dc3d6d4e7a3d0f7d5de1b28ad (diff) |
Merge pull request #3885 from keszybz/help-output
Update help for "short-full" and shorten to 80 columns
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r-- | src/systemctl/systemctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 4fa7adfc41..b4ce6fba5a 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -6591,9 +6591,9 @@ static void systemctl_help(void) { " --preset-mode= Apply only enable, only disable, or all presets\n" " --root=PATH Enable unit files in the specified root directory\n" " -n --lines=INTEGER Number of journal entries to show\n" - " -o --output=STRING Change journal output mode (short, short-iso,\n" - " short-precise, short-monotonic, verbose,\n" - " export, json, json-pretty, json-sse, cat)\n" + " -o --output=STRING Change journal output mode (short, short-precise,\n" + " short-iso, short-full, short-monotonic, short-unix,\n" + " verbose, export, json, json-pretty, json-sse, cat)\n" " --firmware-setup Tell the firmware to show the setup menu on next boot\n" " --plain Print unit dependencies as a list instead of a tree\n\n" "Unit Commands:\n" |