libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix --verbose option and add new --no-silent option


From: Ralf Wildenhues
Subject: Re: [PATCH] Fix --verbose option and add new --no-silent option
Date: Sun, 16 Nov 2008 23:26:18 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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

[Prev in Thread] Current Thread [Next in Thread]