chiark / gitweb /
log: make internal log api log directly to the journal
[elogind.git] / src / journal / journalctl.c
index 910259f732dd8df78bd10c05dc2e73fd22dd00bb..b2ebc7a498735a5a884761eca90ab152cac46654 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, 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);