mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
options-parser: prefix usage message with "Usage: ".
* build-aux/options-parser (func_usage_message): Prefix usage message with "Usage: ". Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
0ee460c127
commit
ff7555a5aa
@ -800,7 +800,7 @@ func_usage_message ()
|
||||
{
|
||||
$debug_cmd
|
||||
|
||||
eval \$bs_echo \""$usage"\"
|
||||
eval \$bs_echo \""Usage: $usage"\"
|
||||
echo
|
||||
$SED -n 's|^# ||;/^Written by/{x;p;x;};h' < "$progpath"
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user