From 2da41c4b51e79b2cb242fb6e8e6578465b665b5c Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Mon, 14 Jul 2025 19:55:26 +0900 Subject: [PATCH] fix(shell-completion): fix help string --- shell-completion/zsh/_systemd-analyze | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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' -- 2.47.3