From: Eisuke Kawashima Date: Mon, 14 Jul 2025 10:55:26 +0000 (+0900) Subject: fix(shell-completion): fix help string X-Git-Tag: v258-rc1~57^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2da41c4b51e79b2cb242fb6e8e6578465b665b5c;p=thirdparty%2Fsystemd.git fix(shell-completion): fix help string --- diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index e03ae31afd7..ea84e5dc6f0 100644 --- a/shell-completion/zsh/_systemd-analyze +++ b/shell-completion/zsh/_systemd-analyze @@ -62,8 +62,7 @@ 'time:Print time spent in the kernel before reaching userspace' 'blame:Print list of running units ordered by time to init' 'critical-chain:Print a tree of the time critical chain of units' - 'plot:Output SVG graphic showing service initialization, or raw time data in -JSON or table format' + 'plot:Output SVG graphic showing service initialization, or raw time data in JSON or table format' 'dot:Dump dependency graph (in dot(1) format)' 'dump:Dump server status' 'cat-config:Cat systemd config files'