make sure to show usage to the user rather than dumping it in /var/log/
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 16 Jun 2009 21:11:49 +0000 (21:11 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 16 Jun 2009 21:11:49 +0000 (21:11 +0000)
plc.init

index 309523e..20755d5 100755 (executable)
--- a/plc.init
+++ b/plc.init
@@ -133,7 +133,7 @@ fi
 # Get command
 shift $(($OPTIND - 1))
 if [ -z "$1" ] ; then
-    usage
+    usage >&3
 fi
 command=$1