]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
init-radosgw*: add all sections to usage output
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 6 Jun 2013 13:34:54 +0000 (15:34 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sat, 7 Sep 2013 17:31:05 +0000 (19:31 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
(cherry picked from commit a0c5095be3640e98d5541920c19387bf3764a350)

src/init-radosgw
src/init-radosgw.sysv

index 21c1024048c2163d22b14fe0c646c1f7a3f32380..174620fa9ebda79828a24dfc2b11b7a1d7a8bf8a 100644 (file)
@@ -87,7 +87,7 @@ case "$1" in
         fi
         ;;
     *)
-        echo "Usage: $0 start|stop|restart|status" >&2
+        echo "Usage: $0 start|stop|restart|force-reload|reload|status" >&2
         exit 3
         ;;
 esac
index c04649b01d462139d61f32353ef73cc50ab5037e..cf22408d853a040c3a68545b2010e9e3b598246c 100644 (file)
@@ -93,7 +93,7 @@ case "$1" in
         fi
         ;;
     *)
-        echo "Usage: $0 start|stop|restart|status" >&2
+        echo "Usage: $0 start|stop|restart|force-reload|reload|status" >&2
         exit 3
         ;;
 esac