chiark / gitweb /
journalctl: add new short-monotonic output mode
[elogind.git] / src / journal / journalctl.c
index 393601c7753938d018a8f7bdc084113badd9d569..910259f732dd8df78bd10c05dc2e73fd22dd00bb 100644 (file)
@@ -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, verbose, export, json)\n"
+               "  -o --output=STRING  Change journal output mode (short, short-verbose, verbose, export, json)\n"
                "     --new-id128      Generate a new 128 Bit id\n",
                program_invocation_short_name);