]> git.pld-linux.org Git - packages/pound.git/blobdiff - pound.init
- mention flush-logs in usage
[packages/pound.git] / pound.init
index 21f3278507fb972e839f3115b30d4e0998178e27..ab6c0fbdcb50f415d9a50d1097b6867009f299e8 100644 (file)
@@ -176,9 +176,6 @@ case "$1" in
   stop)
        stop
        ;;
-  status)
-       pound_status
-       ;;
   restart|force-reload)
        restart
        ;;
@@ -197,8 +194,11 @@ case "$1" in
                RETVAL=7
        fi
        ;;
+  status)
+       pound_status
+       ;;
   *)
-       msg_usage "$0 {start|stop|restart|force-reload|status} [INSTANCE NAMES]"
+       msg_usage "$0 {start|stop|restart|force-reload|flush-logs|status} [INSTANCE NAMES]"
        exit 3
 esac
 
This page took 0.03436 seconds and 4 git commands to generate.