Hi Charles,

* Charles Wilson wrote on Sat, Nov 15, 2008 at 10:40:26AM CET:
> * libltdl/config/ltmain.m4sh (usage): Document
> new --no-silent/--no-quiet options. Spacing changes.
> (func_enable_tag): Handle --no-silent/--no-quiet options.
> Modified --verbose to actually activate opt_verbose.
> New behavior: --silent disables both "normal" output and
> func_verbose output.  --verbose enables both "normal"
> output and func_verbose output. --no-silent enables
> "normal" output, but does not affect func_verbose output.

> Okay to push?

This requires a NEWS entry, and libtool.texi update.
Ideally it should also have a quick functionality test.

> -#       --quiet, --silent    don't print informational messages
[...]
> +#       --quiet, --silent        don't print informational messages
> +#       --no-quiet, --no-silent  print informational messages (default)

Instead of reindenting, I'd prefer line wrapping here:

#       --no-quiet, --no-silent
#                            print informational messages (default)

because that make --help output easier to read, and for a bit less
changes in style in --help-all output.

Cheers, and thanks,
Ralf


Reply via email to