summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvserver.netns2
1 files changed, 1 insertions, 1 deletions
diff --git a/vserver.netns b/vserver.netns
index 5f66941..6b7526a 100755
--- a/vserver.netns
+++ b/vserver.netns
@@ -149,7 +149,7 @@ if [ -n "${_USE_NETNS}" ]; then
echo "$procs"
echo
echo "Deleting of the network namespace would produce a bad state."
- echo "So we DO NOT delete the network namespace. You maybe want
+ echo "So we DO NOT delete the network namespace. You maybe want"
echo "to kill the processes and execute the following commands:"
echo " $_IP netns exec \"$VSERVER_NAME\" netstat -tulpen"
echo " $_IP netns delete \"$VSERVER_NAME\""