diff options
Diffstat (limited to 'rc.d/init.d/random')
-rwxr-xr-x | rc.d/init.d/random | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/random b/rc.d/init.d/random index d5c6370a..94176f81 100755 --- a/rc.d/init.d/random +++ b/rc.d/init.d/random @@ -53,7 +53,7 @@ case "$1" in *) # do not advertise unreasonable commands that there is no reason # to use with this device - echo $"Usage: random {start|stop|status|restart|reload}" + echo $"Usage: $0 {start|stop|status|restart|reload}" exit 1 esac |