1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-27 10:50:10 +03:00

M #-: Update one start script help message

This commit is contained in:
Ruben S. Montero 2019-09-10 10:55:11 +02:00
parent 712230da5c
commit a0c9717a83
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -288,7 +288,7 @@ case "$1" in
start_sched
;;
*)
echo "Usage: one [-f] {start|stop|restart|start-sched|stop-sched|restart-sched|start-hem|stop-hem|restart-hem}" >&2
echo "Usage: one [-f] {start|stop|restart|start-sched|stop-sched|restart-sched}" >&2
echo "Options:" >&2
echo " -f Do not backup log files." >&2
exit 3