From aba1c9c85bf0206e190c1853b4910e383c7a5116 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 11 Feb 2021 02:50:41 +0900 Subject: [PATCH] bash-completion: loginctl: add -P option --- shell-completion/bash/loginctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.3