X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FCOMPLETION-BASH;h=da20671828b832a708c19d7f710b5bbd75751dd6;hp=c26783a6a285d0253016ee912b423b5d907d083c;hb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;hpb=601cc73d1fa05ce96faa728f036d6c51b91701c7 diff --git a/docs/COMPLETION-BASH b/docs/COMPLETION-BASH index c26783a..da20671 100644 --- a/docs/COMPLETION-BASH +++ b/docs/COMPLETION-BASH @@ -37,81 +37,81 @@ _nmh() ali ) # no sequences or messages options=(-alias -list -nolist -normalize -nonormalize -user - -nouser -version -help) + -nouser -Version -help) ;; burst ) options=(-inplace -noinplace -quiet -noquiet -verbose - -noverbose -version -help) + -noverbose -Version -help) ;; comp ) options=(-form -use -nouse -editor -noedit -whatnowproc - -version -help ) + -Version -help ) ;; flist* ) options=(-sequence -all -noall -showzero -noshowzero - -recurse -norecurse -fast -nofast -alpha -noalpha -version + -recurse -norecurse -fast -nofast -alpha -noalpha -Version -help) ;; folder* ) options=(-all -noall -create -nocreate -fast -nofast -header -noheader -recurse -norecurse -total -nototal -list -nolist -push -pop -pack -nopack -print -verbose -noverbose - -version -help) + -Version -help) ;; forw ) options=(-annotate -noannotate -form -editor -noedit -whatnowproc -build - -version -help) + -Version -help) ;; inc ) options=(-audit -noaudit -changecur -nochangecur -form -file -silent -nosilent -truncate -notruncate -width - -version -help) + -Version -help) ;; mark ) options=(-sequence -add -delete -list -public -nopublic - -zero -nozero -version -help) + -zero -nozero -Version -help) ;; packf ) - options=(-file -version -help) + options=(-file -Version -help) ;; pick ) options=(-and -or -not -lbrace -rbrace --component -cc -date -from -search -subject -to -after -before -datefield -sequence -public -nopublic -zero -nozero -list -nolist - -version -help) + -Version -help) ;; refile ) - options=(-link -nolink -src -file -version -help) + options=(-link -nolink -src -file -Version -help) ;; repl ) options=(-annotate -noannotate -group -nogroup -cc -nocc -query -noquery -form -filter -nofilter -mime -nomime -editor -noedit -whatnowproc - -build -file -version -help) + -build -file -Version -help) ;; rmf ) - options=(-interactive -nointeractive -version -help) + options=(-interactive -nointeractive -Version -help) ;; rmm ) - options=(-link -nolink -version -help) + options=(-link -nolink -Version -help) ;; scan ) options=(-form -header -noheader - -width -file -version -help ) + -width -file -Version -help ) ;; show ) next ) prev ) - options=(-file -part -type -form -version -help) + options=(-file -part -type -form -Version -help) ;; sortm ) options=(-datefield -textfield -notextfield -limit -nolimit - -verbose -noverbose -version -help) + -verbose -noverbose -Version -help) ;; * ) - options=(-help -version -seq) + options=(-help -Version -seq) ;; esac ;;