diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-13 02:58:45 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-13 02:58:45 +0100 |
commit | d3f2bdbfee94a4cd124b66e610f4b926b749e192 (patch) | |
tree | f17372b9364b77b274ebe093b66403b950116fa0 /src/journal | |
parent | f9873976499de5c90c703e04a3bee96848fc90c8 (diff) |
journal: add output mode that just prints simple messages without any decorations
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/journalctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index b2ebc7a498..4d9864729b 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -57,7 +57,8 @@ 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-monotonic, verbose, export, json)\n" + " -o --output=STRING Change journal output mode (short, short-monotonic,\n" + " verbose, export, json, cat)\n" " --new-id128 Generate a new 128 Bit id\n", program_invocation_short_name); |