X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.c;h=728ec881ce8b5d3a92988909957f126af0674b04;hb=6b43eec4c0ed080ffa657f72d86e4badff8c4c8c;hp=04184be040c4a4e4345bebf706a8906320a95994;hpb=d99e543b6f3f9eca109ed354aa3777712b083294;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perl.c b/perl.c index 04184be..728ec88 100644 --- a/perl.c +++ b/perl.c @@ -2853,6 +2853,10 @@ NULL name); while (*p) PerlIO_printf(PerlIO_stdout(), "\n %s", *p++); + + PerlIO_printf(PerlIO_stdout(), + "Run 'perldoc perl' for more help with Perl.\n\n" + ); } /* convert a string of -D options (or digits) into an int.