[systemd-commits] src/journal
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Jan 11 07:03:51 PST 2012
src/journal/journalctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d1e44dd8271c0e1348bbdb0046f8fa2437c4a567
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jan 11 16:03:42 2012 +0100
journalctl: fix --help text
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index 910259f..b2ebc7a 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);
More information about the systemd-commits
mailing list