diff --git a/README.md b/README.md index 1dcc62d..82ac2e4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ On invocation of `ifup`: nse () { if [ $# -lt 2 ]; then echo "Please specify a network namespace and a command" + echo "Usage: $0 " return fi NS=${1} @@ -39,6 +40,7 @@ EOF nss () { if [ $# -ne 1 ]; then echo "Please specify a network namespace" + echo "Usage: $0 " return fi nse $1 zsh -i