From: Lennart Poettering Date: Wed, 11 Jan 2012 15:03:42 +0000 (+0100) Subject: journalctl: fix --help text X-Git-Tag: v39~79 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d1e44dd8271c0e1348bbdb0046f8fa2437c4a567;p=elogind.git journalctl: fix --help text --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 910259f73..b2ebc7a49 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);