Fixing usage. - conn - A script repository to manage connections in Linux.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit fdd8a86bca8c98f1499d0364083be817a8ef17fc
(DIR) parent 9854e4543b3411a122769c369d3d1cb3df73dbb9
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 26 Feb 2011 02:38:19 +0100
Fixing usage.
Diffstat:
etc/conn/run.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/etc/conn/run.sh b/etc/conn/run.sh
@@ -53,7 +53,7 @@ do
doforce=1
;;
*)
- usage
+ usage $0
exit 1
;;
esac
@@ -106,7 +106,7 @@ fi
if [ "$cmdarg" == "" ];
tthen
- usage
+ usage $0
exit 1
fi