fix(Bash/simple-restarter): always show the correct command name (#3996)
This commit is contained in:
parent
1f5babf0a6
commit
46d6a4690b
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ _instant_crash_count=0
|
|||
_restart_count=0
|
||||
|
||||
if [ "$#" -ne 2 ]; then
|
||||
echo "Usage: simple-restarter path filename"
|
||||
echo "Example: simple-restarter $HOME/azeroth-server/bin worldserver"
|
||||
echo "Usage: $0 path filename"
|
||||
echo "Example: $0 $HOME/azeroth-server/bin worldserver"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue