Blame SOURCES/autofs-5.0.7-include-usage-in-usage-message.patch

304803
autofs-5.0.7 - include usage in usage message
304803
304803
From: Ian Kent <ikent@redhat.com>
304803
304803
Since usage is a case entry we should also nclude it in the usage
304803
message.
304803
---
304803
304803
 redhat/autofs.init.in |    2 +-
304803
 1 files changed, 1 insertions(+), 1 deletions(-)
304803
304803
304803
diff --git a/redhat/autofs.init.in b/redhat/autofs.init.in
304803
index 8e355da..ec6d5d6 100644
304803
--- a/redhat/autofs.init.in
304803
+++ b/redhat/autofs.init.in
304803
@@ -155,7 +155,7 @@ function reload() {
304803
 }
304803
 
304803
 function usage_message() {
304803
-	echo $"Usage: $0 {start|forcestart|stop|status|restart|force-reload|forcerestart|reload|condrestart|try-restart}"
304803
+	echo $"Usage: $0 {start|forcestart|stop|status|restart|force-reload|forcerestart|reload|condrestart|try-restart|usage}"
304803
 }
304803
 
304803
 RETVAL=0