diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-07 04:41:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-07 04:41:30 +0100 |
commit | 67a122058b077efaed3b07706e91761e09de4f59 (patch) | |
tree | e932f7b6e6dc4bc1821e8a0832fd0a11d0b0082c /src/systemctl.c | |
parent | 6c1e6b98bde8288d65d7cddf87ff9bedf94a3e1c (diff) |
journalctl: add new short-monotonic output mode
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index 9b915f65d6..dfdbd1d633 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -3979,7 +3979,7 @@ static int systemctl_help(void) { " --runtime Enable unit files only temporarily until next reboot\n" " -n --lines=INTEGER Journal entries to show\n" " --follow Follow journal\n" - " -o --output=STRING Change journal output mode (short, verbose, export, json)\n\n" + " -o --output=STRING Change journal output mode (short, short-monotonic, verbose, export, json)\n\n" "Unit Commands:\n" " list-units List loaded units\n" " start [NAME...] Start (activate) one or more units\n" |