diff options
author | James E Keenan <jkeenan@cpan.org> | 2021-02-18 00:56:52 +0000 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2021-02-18 07:45:33 -0500 |
commit | 0484bfe840704c501e4b0d8949d48017b336d71e (patch) | |
tree | b49faaedbe4b1c0893f817003606078a98e81ab2 /configure.com | |
parent | b52f3fcbb1c0ef575b52e41a2baec4a2542b96da (diff) | |
download | perl-0484bfe840704c501e4b0d8949d48017b336d71e.tar.gz |
Reword usage messages, per review from Tux
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com index 158e27a122..df2958201e 100644 --- a/configure.com +++ b/configure.com @@ -342,7 +342,7 @@ $ DECK "-s" : silent mode, only echoes questions and essential information. -"D" : define symbol to have some value: * -"Dsymbol" symbol gets the value 'define' - -"Dsymbol=some value" symbol gets the value "some value" + -"Dsymbol=some value" symbol is set to "some value" -E : stop at the end of questions, after having produced config.sh. * -K : do not use unless you know what you are doing. -O : let -D and -U override definitions from loaded configuration file. * |