improve docs
authorIan Kelling <ian@iankelling.org>
Sun, 15 Jan 2017 17:33:48 +0000 (09:33 -0800)
committerIan Kelling <ian@iankelling.org>
Mon, 16 Jan 2017 16:28:08 +0000 (08:28 -0800)
README
newns

diff --git a/README b/README
index 0b66f0b1482da1277cc6833463b8770e1e51ac51..e42d8591ed5d704eef4727649c01df0435f5bfef 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 The main documentation is availiable via --help and near the top of the bash
-script file which sit next to this file.
+script file in this directory.
 
 Please email me if you have a patches, bugs, feedback, or republish this
 somewhere else: Ian Kelling <ian@iankelling.org>.
diff --git a/newns b/newns
index d60c0bcec3c43cccab802fcf2c5faca3492ffed6..39b664b1bd0aa270424d39863cd2eab1a49bfd7e 100755 (executable)
--- a/newns
+++ b/newns
@@ -38,6 +38,7 @@ fi
 usage() {
     cat <<EOF
 usage: ${0##*/} [OPTS] start|stop NETNS_NAME
+Setup new or systemd created network namespace with nat and mount namespace
 
 -c, --create    Create network namespace. For running outside systemd private net.
 -h, --help      Show this help and exit.