summaryrefslogtreecommitdiff
path: root/src/machine
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/machine
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/machine')
-rw-r--r--src/machine/machinectl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 39e6f18606..db29e3092b 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -2462,9 +2462,9 @@ static int help(int argc, char *argv[], void *userdata) {
" --max-addresses=INTEGER Number of internet addresses to show at most\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"
" --verify=MODE Verification mode for downloaded images (no,\n"
" checksum, signature)\n"
" --force Download image even if already exists\n"