doc: Change "-" to "\-" in appropriate places.
[openvswitch] / debian / openvswitch-switch.init
index ef92340fb5ee4e2bbe59115b7c37a7a31c505b1c..a5b6857ef5f2f267bfcd9379d72b5f2bdbec7f83 100755 (executable)
@@ -327,7 +327,7 @@ case "$1" in
         done
         ;;
     *)
-        N=/etc/init.d/$NAME
+        N=/etc/init.d/openvswitch-switch
         echo "Usage: $N {start|stop|restart|force-reload|status|force-stop|unload}" >&2
         exit 1
         ;;