summaryrefslogtreecommitdiff
path: root/rc/bin/sig
diff options
context:
space:
mode:
Diffstat (limited to 'rc/bin/sig')
-rwxr-xr-xrc/bin/sig4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/sig b/rc/bin/sig
index 56125ab17..918161641 100755
--- a/rc/bin/sig
+++ b/rc/bin/sig
@@ -5,8 +5,8 @@
*=`{echo $*|tr A-Z a-z|tr -dc 'a-z0-9_ \012'} # fold case, delete funny chars
if(~ $#* 0){
- echo Usage: sig function ... >/fd/2
- exit 1
+ echo usage: sig function ... >/fd/2
+ exit usage
}
for (i) {