summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-02-16 22:15:24 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-02-16 22:15:24 +0100
commit32457153f4026ff2bcc73d82d5ad7a09a0169791 (patch)
tree32f47b81ab0fb8cd53b3a3be20b415dd35c39b46 /src
parentab046dde6f355f4a8b07ff6120a7ef51f5d49fc9 (diff)
nspawn: typo fix in help
Diffstat (limited to 'src')
-rw-r--r--src/nspawn/nspawn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 34e72db06..01e8611e8 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -152,10 +152,10 @@ static int help(void) {
" --network-interface=INTERFACE\n"
" Assign an existing network interface to the\n"
" container\n"
- " --network-veth Add a a virtual ethernet connection between host\n"
+ " --network-veth Add a virtual ethernet connection between host\n"
" and container\n"
" --network-bridge=INTERFACE\n"
- " Add a a virtual ethernet connection between host\n"
+ " Add a virtual ethernet connection between host\n"
" and container and add it to an existing bridge on\n"
" the host\n"
" -Z --selinux-context=SECLABEL\n"