summaryrefslogtreecommitdiff
path: root/shell-completion/bash
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-04-27 18:33:27 +0200
committerLennart Poettering <lennart@poettering.net>2021-05-07 22:44:35 +0200
commitac31f59680d00f3de44ca8d4ba74197902e10387 (patch)
treea9eb3c3b423ef92258c4c9b6613e7d509e8bc9a7 /shell-completion/bash
parent22326f15a643bcc288181aaf29942adae04e107f (diff)
downloadsystemd-ac31f59680d00f3de44ca8d4ba74197902e10387.tar.gz
bash: update shell completion for new nspawn option
Diffstat (limited to 'shell-completion/bash')
-rw-r--r--shell-completion/bash/systemd-nspawn8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell-completion/bash/systemd-nspawn b/shell-completion/bash/systemd-nspawn
index ed1296a878..8c0abd2cd5 100644
--- a/shell-completion/bash/systemd-nspawn
+++ b/shell-completion/bash/systemd-nspawn
@@ -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'
)