summaryrefslogtreecommitdiffstats
path: root/shell-completion/bash
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-08-19 04:28:22 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-08-19 04:28:22 +0200
commit21f31f23cc15c0957c1e0adec36f74ad8892c6ef (patch)
tree4f8755fac2e5d6ca8575bad99868cf5cba22aa7c /shell-completion/bash
parentnetworkctl: enable interactive authentication for dbus method call (diff)
downloadsystemd-21f31f23cc15c0957c1e0adec36f74ad8892c6ef.tar.xz
systemd-21f31f23cc15c0957c1e0adec36f74ad8892c6ef.zip
networkctl: introduce --no-ask-password option
Diffstat (limited to 'shell-completion/bash')
-rw-r--r--shell-completion/bash/networkctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl
index 6c9daa7659..04f54e0e92 100644
--- a/shell-completion/bash/networkctl
+++ b/shell-completion/bash/networkctl
@@ -44,8 +44,8 @@ _networkctl() {
local i verb comps
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
local -A OPTS=(
- [STANDALONE]='-a --all -h --help --version --no-pager --no-legend -s --stats -l --full
- --no-reload --runtime'
+ [STANDALONE]='-a --all -h --help --version --no-pager --no-legend --no-ask-password
+ -s --stats -l --full --no-reload --runtime'
[ARG]='-n --lines --json --drop-in'
)