summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-08-04 16:11:38 +0200
committerGitHub <noreply@github.com>2016-08-04 16:11:38 +0200
commit07a1734a13a7c43cf4b86c10358cacc7051f6469 (patch)
treed97b1e65c82e852652098a6ee61a7dbd40d272c7 /src/journal/journalctl.c
parent99d2baa2cab0706d89beff596f997d4e3a1c833f (diff)
parente9fbae3f680ccd8dc3d6d4e7a3d0f7d5de1b28ad (diff)
Merge pull request #3885 from keszybz/help-output
Update help for "short-full" and shorten to 80 columns
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r--src/journal/journalctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index 53c6180864..6f841efb69 100644
--- a/src/journal/journalctl.c
+++ b/src/journal/journalctl.c
@@ -297,9 +297,9 @@ static void help(void) {
" -n --lines[=INTEGER] Number of journal entries to show\n"
" --no-tail Show all lines, even in follow mode\n"
" -r --reverse Show the newest entries first\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"
" --utc Express time in Coordinated Universal Time (UTC)\n"
" -x --catalog Add message explanations where available\n"
" --no-full Ellipsize fields\n"