Log gph Files gph Refs gph
Found at: gopher.r-36.net:70/scm/conn/commit/fdd8a86bca8c98f1499d0364083be817a8ef17fc.gph
Fixing usage. - conn - A script repository to manage connections in Linux.
---
commit fdd8a86bca8c98f1499d0364083be817a8ef17fc
parent 9854e4543b3411a122769c369d3d1cb3df73dbb9
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(-)
---
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
.