diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-02-16 22:15:24 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-02-16 22:15:24 +0100 |
commit | 32457153f4026ff2bcc73d82d5ad7a09a0169791 (patch) | |
tree | 32f47b81ab0fb8cd53b3a3be20b415dd35c39b46 /src/nspawn | |
parent | ab046dde6f355f4a8b07ff6120a7ef51f5d49fc9 (diff) |
nspawn: typo fix in help
Diffstat (limited to 'src/nspawn')
-rw-r--r-- | src/nspawn/nspawn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 34e72db063..01e8611e86 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" |