]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - shell-completion/bash/systemd-detect-virt
Merge pull request #9504 from poettering/nss-deadlock
[thirdparty/systemd.git] / shell-completion / bash / systemd-detect-virt
index 21dca2b9663118a8b7c9c307bf3d1ee16df5dd21..cdb516da64d061a7f32a6882060a599d38eec95a 100644 (file)
@@ -3,7 +3,6 @@
 #
 # This file is part of systemd.
 #
-# Copyright 2014 Thomas H.P. Andersen
 #
 # systemd is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
@@ -30,7 +29,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