diff options
Diffstat (limited to 'mysql.init')
-rw-r--r-- | mysql.init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ case "$1" in restart ;; *) - echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}" + echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload|startsos}" exit 2 esac |