diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-11 02:37:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-11 02:37:10 +0200 |
commit | 48383c251185c4596e9098878b28334c69e7bfd9 (patch) | |
tree | 008dbe8d4d7f87520b839e0f63e34d7190daca2d /src/systemctl | |
parent | 33316dbf20d378e15d126d97d0415407853a7fb8 (diff) |
journal: support epxorting the journal in a format suitable for text/event-stream
Diffstat (limited to 'src/systemctl')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index a4290c4754..d1fbb78e63 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -3939,7 +3939,7 @@ static int systemctl_help(void) { " -n --lines=INTEGER Journal entries to show\n" " --follow Follow journal\n" " -o --output=STRING Change journal output mode (short, short-monotonic,\n" - " verbose, export, json, json-pretty, cat)\n\n" + " verbose, export, json, json-pretty, json-sse, cat)\n\n" "Unit Commands:\n" " list-units List loaded units\n" " start [NAME...] Start (activate) one or more units\n" |