mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-31 10:41:34 +00:00
also support --help
This commit is contained in:
parent
6cac5de987
commit
45ea160704
@ -11,7 +11,7 @@ icon_icns=Darkplaces.app/Contents/Resources/Darkplaces.icns
|
||||
icon_ico=darkplaces.ico
|
||||
icon_xpm=darkplaces.xpm
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
if [ -z "$1" ] || [ x"$1" = x"--help" ]; then
|
||||
echo "Usage: $0 brandfile binaries..."
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user