summaryrefslogtreecommitdiff
path: root/shell-completion
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 /shell-completion
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 'shell-completion')
-rw-r--r--shell-completion/zsh/_sd_outputmodes2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_sd_outputmodes b/shell-completion/zsh/_sd_outputmodes
index 267a2e7bd3..68b11871f2 100644
--- a/shell-completion/zsh/_sd_outputmodes
+++ b/shell-completion/zsh/_sd_outputmodes
@@ -2,5 +2,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
local -a _output_opts
-_output_opts=(short short-full short-iso short-iso-precise short-precise short-monotonic short-unix verbose export json json-pretty json-sse json-seq cat with-unit)
+_output_opts=(short short-full short-iso short-iso-precise short-precise short-monotonic short-unix short-delta verbose export json json-pretty json-sse json-seq cat with-unit)
_describe -t output 'output mode' _output_opts || compadd "$@"