diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-09-23 13:33:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 13:33:55 +0200 |
commit | addc84ec9184094db4439006e8a3b955b6387f74 (patch) | |
tree | fd78124e7d7230d2de5bb491ea8d4858b6e621df /src/machine | |
parent | update TODO (diff) | |
parent | shared/logs-show: add new --output= format "short-delta" (diff) | |
download | systemd-addc84ec9184094db4439006e8a3b955b6387f74.tar.xz systemd-addc84ec9184094db4439006e8a3b955b6387f74.zip |
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.c | 4 |
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" |