diff --git a/share/pkgs/Debian/opennebula-econe b/share/pkgs/Debian/opennebula-econe index e600edc1ad..31003b2b0d 100755 --- a/share/pkgs/Debian/opennebula-econe +++ b/share/pkgs/Debian/opennebula-econe @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac diff --git a/share/pkgs/Debian/opennebula-occi b/share/pkgs/Debian/opennebula-occi index 2907984805..abb26d4d36 100755 --- a/share/pkgs/Debian/opennebula-occi +++ b/share/pkgs/Debian/opennebula-occi @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac diff --git a/share/pkgs/Debian/opennebula-sunstone b/share/pkgs/Debian/opennebula-sunstone index 1148a37f6f..b1fa0e8ce2 100755 --- a/share/pkgs/Debian/opennebula-sunstone +++ b/share/pkgs/Debian/opennebula-sunstone @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac diff --git a/share/pkgs/Ubuntu/opennebula-econe b/share/pkgs/Ubuntu/opennebula-econe index e600edc1ad..31003b2b0d 100755 --- a/share/pkgs/Ubuntu/opennebula-econe +++ b/share/pkgs/Ubuntu/opennebula-econe @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac diff --git a/share/pkgs/Ubuntu/opennebula-occi b/share/pkgs/Ubuntu/opennebula-occi index 2907984805..abb26d4d36 100755 --- a/share/pkgs/Ubuntu/opennebula-occi +++ b/share/pkgs/Ubuntu/opennebula-occi @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac diff --git a/share/pkgs/Ubuntu/opennebula-sunstone b/share/pkgs/Ubuntu/opennebula-sunstone index 1148a37f6f..b1fa0e8ce2 100755 --- a/share/pkgs/Ubuntu/opennebula-sunstone +++ b/share/pkgs/Ubuntu/opennebula-sunstone @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac