Fix typo in backupapp.sh help output

This commit is contained in:
Johannes Zellner
2015-08-24 11:12:45 -07:00
parent 0cf9fbd909
commit ff6662579d

View File

@@ -13,7 +13,7 @@ if [[ $# == 1 && "$1" == "--check" ]]; then
fi
if [ $# -lt 3 ]; then
echo "Usage: backup.sh <appid> <url> <key>"
echo "Usage: backupapp.sh <appid> <url> <key>"
exit 1
fi