mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +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
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
echo 'usage: $0 <pakfile> ...'
|
||||
echo "usage: $0 <pakfile> ..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue