Consistent use of target language version of options
If a version number is supported by the target language prefer to show it in the -help. For example, -perl5 instead of -perl.
This commit is contained in:
parent
29d30bd319
commit
df86ec5af6
7 changed files with 15 additions and 15 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#include <ctype.h>
|
||||
|
||||
static const char *usage = "\
|
||||
Perl5 Options (available with -perl5)\n\
|
||||
Perl 5 Options (available with -perl5)\n\
|
||||
-compat - Compatibility mode\n\
|
||||
-const - Wrap constants as constants and not variables (implies -proxy)\n\
|
||||
-nopm - Do not generate the .pm file\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue