From ceaf83ed2c2aabfea41add93c38d6560689eced6 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 29 Feb 2016 03:56:54 +0000 Subject: [PATCH] help options --- etc/vim/templates/perl.tt | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/etc/vim/templates/perl.tt b/etc/vim/templates/perl.tt index b43d6028..c6a3999e 100644 --- a/etc/vim/templates/perl.tt +++ b/etc/vim/templates/perl.tt @@ -150,19 +150,11 @@ Quick usage: =head1 OPTIONS -=over 2 - -=item B Verbose mode: increase the verbosity level. - -=item B Debug mode: increase the verbosity level. - -=item B Print version (default: $VERSION) - -=item B Print a brief help message and exits. - -=item B Print the manual page and exits. - -=back + option[verbose|v+] Verbose mode: increase the verbosity level. + option[debug+] Debug mode: increase the verbosity level. + option[version|V] Print version (default: $VERSION) + option[help|h|?] Print a brief help message and exits. + option[man] Print the manual page and exits. =cut -- 2.47.3