scripts/winefps: Comment

master
Pierre Neidhardt 2015-10-08 10:52:40 +02:00
parent f898627437
commit 9685c1b021
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
if [ $# -eq 0 ] || [ "$1" = "-h" ]; then
cat<<EOF
Usage: ${0##*/} WIN32EXE PARAMS"
Usage: ${0##*/} WIN_EXE PARAMS"
Run Wine application while displaying FPS onscreen.
EOF