X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FCOMPLETION-BASH;h=4938903042a623f600ea0374e31ba712952aa1f1;hb=6bd5e1baa07e971d42188391a12f330b82174c48;hp=3f3829c329001594fde589424127123a8c64d000;hpb=d7a8824aeaf72569a43d2a5f19d87af1a63d289b;p=mmh diff --git a/docs/COMPLETION-BASH b/docs/COMPLETION-BASH index 3f3829c..4938903 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() { @@ -105,7 +108,7 @@ _nmh() options=(-link -nolink -version -help) ;; scan ) - options=(-clear -noclear -form -header -noheader + options=(-form -header -noheader -width -file -version -help ) ;; show )