summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-11 16:03:42 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-11 16:03:42 +0100
commitd1e44dd8271c0e1348bbdb0046f8fa2437c4a567 (patch)
treedbfc5403f3f74ed4051a9598f0627964eb3078b8 /src/journal/journalctl.c
parentdcbd5d16e9581e5ee9ae2e4b56a2600abd74935f (diff)
journalctl: fix --help text
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r--src/journal/journalctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index 910259f732..b2ebc7a498 100644
--- a/src/journal/journalctl.c
+++ b/src/journal/journalctl.c
@@ -57,7 +57,7 @@ static int help(void) {
" -f --follow Follow journal\n"
" -n --lines=INTEGER Journal entries to show\n"
" --no-tail Show all lines, even in follow mode\n"
- " -o --output=STRING Change journal output mode (short, short-verbose, verbose, export, json)\n"
+ " -o --output=STRING Change journal output mode (short, short-monotonic, verbose, export, json)\n"
" --new-id128 Generate a new 128 Bit id\n",
program_invocation_short_name);