X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FCOMPLETION-BASH;h=28aa29fd27b1c7c243b759d4d606c978d2b16e90;hb=3410b680416c49a7617491af38bc1929855a331d;hp=3f3829c329001594fde589424127123a8c64d000;hpb=d7a8824aeaf72569a43d2a5f19d87af1a63d289b;p=mmh diff --git a/docs/COMPLETION-BASH b/docs/COMPLETION-BASH index 3f3829c..28aa29f 100644 --- a/docs/COMPLETION-BASH +++ b/docs/COMPLETION-BASH @@ -2,6 +2,9 @@ # Copyright 2003 "Wade Richards" # Permission granted to redistribute under the BSD license +[ "$BASH_COMPLETION" ] || echo "ERROR: COMPLETION-BASH is not intended to be \ +sourced directly, but rather added to a bash-completion package installation." + have show && _nmh() { @@ -89,8 +92,7 @@ _nmh() -nocheckmime -version -help) ;; refile ) - options=(-link -nolink -preserve -nopreserve -unlink - -nounlink -src -file -rmmproc -normmproc -version -help) + options=(-link -nolink -src -file -version -help) ;; repl ) options=(-annotate -noannotate -group -nogroup -cc @@ -105,7 +107,7 @@ _nmh() options=(-link -nolink -version -help) ;; scan ) - options=(-clear -noclear -form -header -noheader + options=(-form -header -noheader -width -file -version -help ) ;; show )