From 8cf3a0a74146c0ab1ceb70e2ecf5f774c5878e30 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Tue, 16 Jun 2009 21:11:49 +0000 Subject: [PATCH] make sure to show usage to the user rather than dumping it in /var/log/ --- plc.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc.init b/plc.init index 309523e..20755d5 100755 --- 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 -- 2.43.0