init scripts: put liveupgrade in help texts

This commit is contained in:
Heikki Hannikainen 2012-11-01 23:52:53 +02:00
parent d469631e7b
commit ddfa748617
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ case "$1" in
;;
*)
N=/etc/init.d/$NAME
echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
echo "Usage: $N {start|stop|restart|reload|liveupgrade|force-reload}" >&2
exit 1
;;
esac

View File

@ -183,7 +183,7 @@ case "$1" in
fi
;;
*)
echo $"Usage: $0 {start|stop|restart|reload|force-reload|condrestart|try-restart|status}"
echo $"Usage: $0 {start|stop|restart|reload|force-reload|condrestart|try-restart|liveupgrade|status}"
RETVAL=2
esac
exit $RETVAL