From: Yu Watanabe Date: Wed, 10 Feb 2021 17:50:41 +0000 (+0900) Subject: bash-completion: loginctl: add -P option X-Git-Tag: v248-rc1~164^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F18542%2Fhead;p=thirdparty%2Fsystemd.git bash-completion: loginctl: add -P option --- diff --git a/shell-completion/bash/loginctl b/shell-completion/bash/loginctl index ac85519c108..f94f191d89e 100644 --- a/shell-completion/bash/loginctl +++ b/shell-completion/bash/loginctl @@ -43,7 +43,7 @@ _loginctl () { [STANDALONE]='--all -a --help -h --no-pager --version --no-legend --no-ask-password -l --full --value' [ARG]='--host -H --kill-who --property -p --signal -s -M --machine - -n --lines -o --output' + -n --lines -o --output -P' ) if __contains_word "$prev" ${OPTS[ARG]}; then @@ -61,7 +61,7 @@ _loginctl () { --machine|-M) comps=$( __get_machines ) ;; - --property|-p) + --property|-p|-P) comps='' ;; --output|-o)