# HG changeset patch # User truebrain # Date 1228523928 0 # Node ID 64f14ac71cc66e532ab668bf9d1cac8c22cf54e1 # Parent 419a41009c38b017f1a3e3300b8b82ac096a231a (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 :) diff -r 419a41009c38 -r 64f14ac71cc6 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";;