From d1e44dd8271c0e1348bbdb0046f8fa2437c4a567 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Jan 2012 16:03:42 +0100 Subject: [PATCH] journalctl: fix --help text --- src/journal/journalctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2