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

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