From 299c397c127cda34facbe7d089f944a708ec95e9 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 21 Oct 2013 18:53:57 -0400 Subject: shell-completion: dump has moved to systemd-analyze Rename NO_OPTION to STANDALONE for consistency with other files. --- shell-completion/zsh/_systemctl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shell-completion/zsh/_systemctl') diff --git a/shell-completion/zsh/_systemctl b/shell-completion/zsh/_systemctl index 298e97ed61..3959cd551c 100644 --- a/shell-completion/zsh/_systemctl +++ b/shell-completion/zsh/_systemctl @@ -38,7 +38,6 @@ "is-enabled:Check whether unit files are enabled" "list-jobs:List jobs" "cancel:Cancel all, one, or more jobs" - "dump:Dump server status" "snapshot:Create a snapshot" "delete:Remove one or more snapshots" "show-environment:Dump environment" @@ -264,7 +263,7 @@ done (( $+functions[_systemctl_link] )) || _systemctl_link() { _files } # no systemctl completion for: -# [STANDALONE]='daemon-reexec daemon-reload default dump +# [STANDALONE]='daemon-reexec daemon-reload default # emergency exit halt kexec list-jobs list-units # list-unit-files poweroff reboot rescue show-environment' # [NAME]='snapshot load' -- cgit v1.2.3-54-g00ecf