]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash: update shell completion for new nspawn option
authorLennart Poettering <lennart@poettering.net>
Tue, 27 Apr 2021 16:33:27 +0000 (18:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 7 May 2021 20:44:35 +0000 (22:44 +0200)
shell-completion/bash/systemd-nspawn

index ed1296a87883cba8e3c47a0cf4c4415372011a45..8c0abd2cd5bedee8c7da8d762b5ecfa656cb825b 100644 (file)
@@ -63,14 +63,14 @@ _systemd_nspawn() {
 
     local -A OPTS=(
         [STANDALONE]='-h --help --version --private-network -b --boot --read-only -q --quiet --share-system
-                      --keep-unit -n --network-veth -j -x --ephemeral -a --as-pid2 --private-users-chown -U'
+                      --keep-unit -n --network-veth -j -x --ephemeral -a --as-pid2 -U'
         [ARG]='-D --directory -u --user --uuid --capability --drop-capability --link-journal --bind --bind-ro
                       -M --machine -S --slice -E --setenv -Z --selinux-context -L --selinux-apifs-context
                       --register --network-interface --network-bridge --personality -i --image --tmpfs
                       --volatile --network-macvlan --kill-signal --template --notify-ready --root-hash --chdir
-                      --pivot-root --property --private-users --network-namespace-path --network-ipvlan
-                      --network-veth-extra --network-zone -p --port --system-call-filter --overlay --overlay-ro
-                      --settings --rlimit --hostname --no-new-privileges --oom-score-adjust --cpu-affinity
+                      --pivot-root --property --private-users --private-users-ownership --network-namespace-path
+                      --network-ipvlan --network-veth-extra --network-zone -p --port --system-call-filter --overlay
+                      --overlay-ro --settings --rlimit --hostname --no-new-privileges --oom-score-adjust --cpu-affinity
                       --resolv-conf --timezone --root-hash-sig'
     )