summaryrefslogtreecommitdiffstats
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 14:26:47 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 16:33:00 +0200
commit387f695526c5b6028230da2e9039bca59388fd62 (patch)
tree65945517b2f0b85f63e3407e4f8d1f93f4dbcf4a /shell-completion
parenttree-wide: fix "the the" and "a a" (diff)
downloadsystemd-387f695526c5b6028230da2e9039bca59388fd62.tar.xz
systemd-387f695526c5b6028230da2e9039bca59388fd62.zip
tree-wide: "a" -> "an"
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/zsh/_systemd-nspawn2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_systemd-nspawn b/shell-completion/zsh/_systemd-nspawn
index 11c86df06c..384e3f2c30 100644
--- a/shell-completion/zsh/_systemd-nspawn
+++ b/shell-completion/zsh/_systemd-nspawn
@@ -28,7 +28,7 @@ _arguments \
'--private-network[Disconnect networking of the container from the host.]' \
'--network-interface=[Assign the specified network interface to the container.]: : _net_interfaces' \
'--network-macvlan=[Create a "macvlan" interface of the specified Ethernet network interface and add it to the container.]: : _net_interfaces' \
- '--network-ipvlan=[Create a ipvlan network interface based on an existing network interface to the container.]: : _net_interfaces' \
+ '--network-ipvlan=[Create an "ipvlan" network interface based on an existing network interface to the container.]: : _net_interfaces' \
{--network-veth,-n}'[Create a virtual Ethernet link (veth) between host and container.]' \
'--network-bridge=[Adds the host side of the Ethernet link created with --network-veth to the specified bridge.]: : _net_interfaces' \
{--port=,-p+}'[Expose a container IP port on the host.]: : _message port' \