diff options
Diffstat (limited to 'shell-completion/bash/systemd-detect-virt')
-rw-r--r-- | shell-completion/bash/systemd-detect-virt | 3 |
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 |