This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reword usage messages (thank you Jim)
authorH.Merijn Brand <perl5@tux.freedom.nl>
Thu, 18 Feb 2021 15:23:26 +0000 (16:23 +0100)
committerH.Merijn Brand <perl5@tux.freedom.nl>
Thu, 18 Feb 2021 15:23:26 +0000 (16:23 +0100)
Backport of 0484bfe840704c501e4b0d8949d48017b336d71e

U/modified/Options.U

index 087acf9..f816c7a 100644 (file)
@@ -295,8 +295,8 @@ Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
   -r : reuse C symbols value if possible (skips costly nm extraction).
   -s : silent mode, only echoes questions and essential information.
   -D : define symbol to have some value:
   -r : reuse C symbols value if possible (skips costly nm extraction).
   -s : silent mode, only echoes questions and essential information.
   -D : define symbol to have some value:
-         -D symbol         symbol gets the value 'define'
-         -D symbol=value   symbol gets the value 'value'
+         -D symbol                symbol gets the value 'define'
+         -D symbol='some value'   symbol is set to 'some value'
        common used examples (see INSTALL for more info):
          -Duse64bitint            use 64bit integers
          -Duse64bitall            use 64bit integers and pointers
        common used examples (see INSTALL for more info):
          -Duse64bitint            use 64bit integers
          -Duse64bitall            use 64bit integers and pointers