From a1b86749cf01e1afc61371075cead08c22c7fd4b Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 29 Jun 2015 20:44:48 +0200 Subject: [PATCH] machinectl completions: Add --no-ask-password --- share/completions/machinectl.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/machinectl.fish b/share/completions/machinectl.fish index fe2a62010..16c0107d0 100644 --- a/share/completions/machinectl.fish +++ b/share/completions/machinectl.fish @@ -34,6 +34,7 @@ complete -f -c machinectl -s h -l help -d 'Print a short help and exit' complete -f -c machinectl -l version -d 'Print a short version and exit' complete -f -c machinectl -l no-pager -d 'Do not pipe output into a pager' complete -f -c machinectl -l no-legend -d 'Do not print header and footer' +complete -f -c machinectl -l no-ask-password -d "Don't ask for password for privileged operations" # might only be valid for certain commands, manpage is vague # Machine commands complete -f -c machinectl -n "not __fish_seen_subcommand_from $commands" -a "list" -d "List running machines"