mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
bash-completion: detect-virt: add missing option
This commit is contained in:
parent
82ebb6ba1f
commit
51bcbb6030
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user