summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-09-23 13:33:55 +0200
committerGitHub <noreply@github.com>2022-09-23 13:33:55 +0200
commitaddc84ec9184094db4439006e8a3b955b6387f74 (patch)
treefd78124e7d7230d2de5bb491ea8d4858b6e621df /src/login
parentfdcc31b71829881c452b3e7c3351aac2e44e809d (diff)
parent893bcd3d074022bd52618cb682152cb822878636 (diff)
downloadsystemd-addc84ec9184094db4439006e8a3b955b6387f74.tar.gz
Merge pull request #24686 from d4nuu8/delta_output
shared/logs-show: add new --output= format "short-delta"
Diffstat (limited to 'src/login')
-rw-r--r--src/login/loginctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/loginctl.c b/src/login/loginctl.c
index ed24473baa..4dbfa0db44 100644
--- a/src/login/loginctl.c
+++ b/src/login/loginctl.c
@@ -1267,9 +1267,9 @@ static int help(int argc, char *argv[], void *userdata) {
" -n --lines=INTEGER Number of journal entries to show\n"
" -o --output=STRING Change journal output mode (short, short-precise,\n"
" short-iso, short-iso-precise, short-full,\n"
- " short-monotonic, short-unix, verbose, export,\n"
+ " short-monotonic, short-unix, short-delta,\n"
" json, json-pretty, json-sse, json-seq, cat,\n"
- " with-unit)\n"
+ " verbose, export, with-unit)\n"
"\nSee the %s for details.\n",
program_invocation_short_name,
ansi_highlight(),