From: Nicolas Boisselier Date: Fri, 23 Jan 2015 12:21:35 +0000 (+0000) Subject: Vim templates X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=ce0b8b975dc235882e4825959fd950dca1245dcf;p=nb.git Vim templates --- 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)) ;;