[fix] Usage on libpostal_data script

This commit is contained in:
Al
2015-10-27 13:33:03 -04:00
parent 40918812e2
commit 6aaa08c220

View File

@@ -1,7 +1,8 @@
#!/usr/bin/env bash
if [ "$#" -lt 2 ]; then
echo "Usage: ./libpostal_data [upload|download] data_dir"
if [ "$#" -lt 3 ]; then
echo "Usage: ./libpostal_data [upload|download] [base|geodb] data_dir"
exit 1
fi
LIBPOSTAL_S3_BUCKET_NAME="libpostal"