summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-01-13 20:59:07 +0100
committerLennart Poettering <lennart@poettering.net>2015-01-13 20:59:07 +0100
commitab5e3a1bccaf79d65c93fc15ddeaa7595ffe0b86 (patch)
treef0bfc8b58fac1c1a4354f678090984cf786a56f7 /src/nspawn
parent02c74033ed65e7825d1b87ee051820c9fbfa0f50 (diff)
nspawn: --help typo fix
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index ce9a9e84f..3fce3ad77 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -216,7 +216,7 @@ static void help(void) {
" and container and add it to an existing bridge on\n"
" the host\n"
" -p --port=[PROTOCOL:]HOSTPORT[:CONTAINERPORT]\n"
- " Expose a container IP port ont the host\n"
+ " Expose a container IP port on the host\n"
" -Z --selinux-context=SECLABEL\n"
" Set the SELinux security context to be used by\n"
" processes in the container\n"