From ce0b8b975dc235882e4825959fd950dca1245dcf Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 23 Jan 2015 12:21:35 +0000 Subject: [PATCH] Vim templates --- etc/vim/templates/bash.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/vim/templates/bash.tt b/etc/vim/templates/bash.tt index 7a60f976..f28d9f46 100644 --- a/etc/vim/templates/bash.tt +++ b/etc/vim/templates/bash.tt @@ -42,7 +42,7 @@ Example shell script with embedded POD documentation -v, --verbose Print verbose mode -d, --debug Print debug messages - -h, --help Print this help (alternatives: --man, --help-html|-hh) + -h, --help Print this help (alternatives: --man, --help2man) =head1 DESCRIPTION @@ -98,7 +98,7 @@ while [ $# -gt 0 ]; do -*help|-h) usage | pod2text --width 250; exit 0 ;; --man) usage | pod2man | man -l -; exit 0 ;; - --help-html|-hh) usage | pod2html; exit 0 ;; + --help2man) usage | pod2man; exit 0 ;; --verbose|-v) VERBOSE=$(($VERBOSE+1)) ;; -- 2.47.3