(svn r14659) -Add: in case Thief^ (forum user) ever tries what he thinks he will try when he doesn't know it is --prefix-dir, make sure he also gets what he assumes he gets :)
authortruebrain
Sat, 06 Dec 2008 00:38:48 +0000
changeset 10408 64f14ac71cc6
parent 10407 419a41009c38
child 10409 a61956ad5da2
(svn r14659) -Add: in case Thief^ (forum user) ever tries what he thinks he will try when he doesn't know it is --prefix-dir, make sure he also gets what he assumes he gets :)
config.lib
--- a/config.lib	Fri Dec 05 22:46:39 2008 +0000
+++ b/config.lib	Sat Dec 06 00:38:48 2008 +0000
@@ -157,7 +157,7 @@
 		optarg=`expr "x$p" : 'x[^=]*=\(.*\)'`
 
 		case "$p" in
-			--help | -h)                  showhelp; exit 0;;
+			--help | -h | -?)             showhelp; exit 0;;
 
 			--config-log)                 prev_p="config_log";;
 			--config-log=*)               config_log="$optarg";;