mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-18 09:51:40 +00:00
fix usage
This commit is contained in:
parent
43d47bd847
commit
330a818329
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# create pak files with gzipped internals
|
# create pak files with gzipped internals
|
||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
echo 'usage: $0 <pakfile> ...'
|
echo "usage: $0 <pakfile> ..."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue