]> 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 df06c2984168d7175a39a0e3cc80bf07df93f55d..cdb516da64d061a7f32a6882060a599d38eec95a 100644 (file)
@@ -1,8 +1,8 @@
 # systemd-detect-virt(1) completion             -*- shell-script -*-
+# SPDX-License-Identifier: LGPL-2.1+
 #
 # 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
@@ -29,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