Skip to content

Commit 5411e30

Browse files
committed
Be consistent about using tabs in the usage message
1 parent f7f365e commit 5411e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ if [ $# -ge 1 ] && [ "$1" = "-h" ] ; then
77
88
BEFORETIME & AFTERTIME are ISO-8601 timestamps
99
BBOX is a comma-separated long/lat bounding box (left,bottom,right,top) and can be found via http://bboxfinder.com/
10-
MIN_ZOOM and MAX_ZOOM are optional zoom levels (default: 6 and 12)
11-
NUM_FRAMES is the number of frames to generate for the GIF (default: 2)
10+
MIN_ZOOM and MAX_ZOOM are optional zoom levels (default: 6 and 12)
11+
NUM_FRAMES is the number of frames to generate for the GIF (default: 2)
1212
END
1313
exit 0
1414
fi

0 commit comments

Comments
 (0)