summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-11 13:17:14 +0100
committerLeon Timmermans <fawaka@gmail.com>2022-06-12 17:23:32 +0200
commitf88fd00517a49a4577607687c0e6e9329498d1f4 (patch)
treed09d5e1cd5719f7c3e58e3df51f2cb3ec36ee451 /perl.c
parent2d69a03b0f56042be7a220f8e06cd4bccd9e96ba (diff)
downloadperl-f88fd00517a49a4577607687c0e6e9329498d1f4.tar.gz
Minor update to perl -h to display newly added -g option.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index b5fe79e8b8..7ae36f3055 100644
--- a/perl.c
+++ b/perl.c
@@ -3324,6 +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"
" -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"