From 963a9c46ff3f961ea962459b1caf53f73e77059c Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Thu, 6 Jun 2013 15:34:54 +0200 Subject: [PATCH] init-radosgw*: add all sections to usage output Signed-off-by: Danny Al-Gaaf --- src/init-radosgw | 2 +- src/init-radosgw.sysv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/init-radosgw b/src/init-radosgw index 21c1024048c2..174620fa9ebd 100644 --- a/src/init-radosgw +++ b/src/init-radosgw @@ -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 diff --git a/src/init-radosgw.sysv b/src/init-radosgw.sysv index 92405e2acf24..ed9d178d7a86 100644 --- a/src/init-radosgw.sysv +++ b/src/init-radosgw.sysv @@ -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 -- 2.47.3