From a59b876c84811529f1e5dfbf63a433a2d6216749 Mon Sep 17 00:00:00 2001 From: Benjamin Collet Date: Sun, 8 Apr 2018 08:56:49 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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