fix usage

This commit is contained in:
Bill Currie 2001-01-09 23:51:29 +00:00
parent 7f584aa151
commit 843cb3b200

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then
echo 'usage: $0 <pakfile> ...' echo "usage: $0 <pakfile> ..."
exit 1 exit 1
fi fi