'force-reload-kmod' is a new argument to the openvswitch-switch
init script. This change adds the option to the text displayed
when an invalid argument is passed to the init script.
---
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 4df1b39..a8e8972 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-stop|unload}" >&2
+ echo "Usage: $N
{start|stop|restart|force-reload|status|force-reload-kmod|force-stop|unload}"
>&2
exit 1
;;
esac
--
1.7.2.5
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev