From ff7555a5aade9dc3e68b197e6f5bbfb2284e78bf Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 10 Oct 2012 16:11:04 +0700 Subject: [PATCH] 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 --- build-aux/options-parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/options-parser b/build-aux/options-parser index cb3f137d5..3c4f788ab 100644 --- a/build-aux/options-parser +++ b/build-aux/options-parser @@ -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 -- 2.47.3