diff -Nurd image2mpeg-0.7/scripts/image2mpeg image2mpeg-0.7ap/scripts/image2mpeg
--- image2mpeg-0.7/scripts/image2mpeg	2005-12-12 22:22:15.000000000 +1030
+++ image2mpeg-0.7ap/scripts/image2mpeg	2007-02-12 14:44:16.000000000 +1030
@@ -179,7 +179,7 @@
 cat <<-EOM
 Usage: $0 [options] ( [ ( <JPEG file> | <MP3 file>) ... ] | '@' <gip index file> )
 Options are:
-    -h
+    -?
     --help                     Show this message and exit.
     -V
     --version                  Show version and exit.
@@ -234,7 +234,7 @@
 while [ "$1" != "" ]; do
 	if [ "$( echo "#$1" | cut -c2 )" = '-' ]; then
 		case "$1" in
-			-h|--help)
+			-?|--help)
 				#
 				#	show the usage
 				#
