Add status to usage line.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 3 Jun 2009 19:09:52 +0000 (19:09 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 3 Jun 2009 19:09:52 +0000 (19:09 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3029 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/shibd-redhat.in

index f60947c..02e3426 100644 (file)
@@ -75,7 +75,7 @@ case "$1" in
        start
        ;;
   *)
-       echo $"Usage: $prog {start|stop|restart}"
+       echo $"Usage: $prog {start|stop|status|restart}"
        exit 1
 esac