Usage information
authorTim Pope <code@tpope.net>
Sat, 18 Sep 2004 23:37:45 +0000 (23:37 +0000)
committerTim Pope <code@tpope.net>
Sat, 18 Sep 2004 23:37:45 +0000 (23:37 +0000)
bin/terraservice

index 3ef8fd80d9c2c907e292af0058c800dd853d16b8..6c2cebed8521f7cdebed6bc912755091f4f7a458 100755 (executable)
@@ -3,7 +3,7 @@
 # -*- sh -*- vim: ft=sh sw=4 sts=4
 
 if [ "$#" != 3 -a "$#" != 4 ]; then
-    echo "Incorrect usage" >&2
+    echo "Usage: `basename $0` <LAT> <LON> <SCALE> [<IMAGE NAME>]" >&2
     exit 1
 fi