From feb4200c8b05dbe7f18760971b8a3feebf02eedb Mon Sep 17 00:00:00 2001 From: Ed Sabol Date: Sun, 19 Jun 2022 00:03:50 -0400 Subject: Remove a stray period from the usage output A recent contribution (PR #19853) added a description for the `-g` option to Perl's usage output. Unfortunately, it included a stray period in the description that wasn't caught before merging. (Note that none of the other descriptions have any periods.) This very trivial pull request removes that stray period. --- perl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl.c') diff --git a/perl.c b/perl.c index e9bc09dced..22434c1538 100644 --- a/perl.c +++ b/perl.c @@ -3324,7 +3324,7 @@ S_usage(pTHX) /* XXX move this out into a module ? */ " -E commandline like -e, but enables all optional features\n" " -f don't do $sitelib/sitecustomize.pl at startup\n" " -F/pattern/ split() pattern for -a switch (//'s are optional)\n" -" -g read all input in one go (slurp), rather than line-by-line. (alias for -0777)\n" +" -g read all input in one go (slurp), rather than line-by-line (alias for -0777)\n" " -i[extension] edit <> files in place (makes backup if extension supplied)\n" " -Idirectory specify @INC/#include directory (several -I's allowed)\n", " -l[octnum] enable line ending processing, specifies line terminator\n" -- cgit v1.2.1