[ovs-dev] [PATCH 2/2] debian: Add 'reload' to init script help text

Sajjad Lateef slateef at nicira.com
Wed Jun 22 18:00:01 UTC 2011


The openvswitch-switch has an option for 'reload' which is
does nothing. Adding the argument to the help text for completeness.
---
 debian/openvswitch-switch.init |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init
index a8e8972..55bd0fc 100755
--- a/debian/openvswitch-switch.init
+++ b/debian/openvswitch-switch.init
@@ -418,7 +418,7 @@ case "$1" in
         ;;
     *)
         N=/etc/init.d/openvswitch-switch
-        echo "Usage: $N {start|stop|restart|force-reload|status|force-reload-kmod|force-stop|unload}" >&2
+        echo "Usage: $N {start|stop|restart|reload|force-reload|status|force-reload-kmod|force-stop|unload}" >&2
         exit 1
         ;;
 esac
-- 
1.7.2.5




More information about the dev mailing list