Browse Source

Update 'README.md'

Benjamin Collet 6 years ago
parent
commit
a59b876c84
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
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 <namespace> <command>"
     return
   fi
   NS=${1}
@@ -39,6 +40,7 @@ EOF
 nss () {
   if [ $# -ne 1 ]; then
     echo "Please specify a network namespace"
+    echo "Usage: $0 <namespace>"
     return
   fi
   nse $1 zsh -i