summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-01-10 21:56:07 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-01-10 23:19:20 +0900
commit51bcbb6030a7911768b44a3092c5e8dcd6f1bc32 (patch)
tree34010d5c4e88fbe4c53400a9bfe925655f38e3e4 /shell-completion
parent82ebb6ba1f36a9f983841b69a795ff237790097c (diff)
downloadsystemd-51bcbb6030a7911768b44a3092c5e8dcd6f1bc32.tar.gz
bash-completion: detect-virt: add missing option
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemd-detect-virt3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-detect-virt b/shell-completion/bash/systemd-detect-virt
index 21dca2b966..5fab7cb12e 100644
--- a/shell-completion/bash/systemd-detect-virt
+++ b/shell-completion/bash/systemd-detect-virt
@@ -30,7 +30,8 @@ _systemd_detect_virt() {
local i verb comps
local -A OPTS=(
- [STANDALONE]='-h --help --version -c --container -v --vm -q --quiet'
+ [STANDALONE]='-h --help --version -c --container -v --vm -q --quiet
+ --private-users'
)
_init_completion || return