isl_arg_parse: print current option values as defaults
commitb3a1c1aad05e4336458b5edadad6a1cdbc4c9cd5
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Nov 2011 11:27:01 +0000 (10 12:27 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 13 Nov 2011 16:45:17 +0000 (13 17:45 +0100)
treec889815f24ef87f16016729673cab0097e01e893
parent518637043dd40811cce0b0803cb303698e2a9062
isl_arg_parse: print current option values as defaults

In the --help output, we used to print the default values stored
in the isl_arg objects as the defaults for options.
It is however sometimes convenient to change some of the options
to values different from their true defaults before allowing
the user to override these options.  It then makes more sense
to print the current values of the options as defaults, rather
than the defaults that were used during the construction of
options object.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_arg.c