parent
bff5ba4c7a
commit
fc4f116cec
4
src/_mc
4
src/_mc
|
|
@ -35,8 +35,7 @@
|
||||||
|
|
||||||
setopt localoptions warncreateglobal typesetsilent
|
setopt localoptions warncreateglobal typesetsilent
|
||||||
|
|
||||||
local -a opts
|
local -a opts=(
|
||||||
opts=(
|
|
||||||
{-h,--help}'[show help on options]'
|
{-h,--help}'[show help on options]'
|
||||||
--help-all'[show help on all options]'
|
--help-all'[show help on all options]'
|
||||||
--help-terminal'[terminal options help]'
|
--help-terminal'[terminal options help]'
|
||||||
|
|
@ -47,7 +46,6 @@ opts=(
|
||||||
{-C,--colors=}'[specifies a color configuration]:arg:'
|
{-C,--colors=}'[specifies a color configuration]:arg:'
|
||||||
--configure-options'[print configure options]'
|
--configure-options'[print configure options]'
|
||||||
{-d,--nomouse}'[disable mouse support in text version]'
|
{-d,--nomouse}'[disable mouse support in text version]'
|
||||||
{-d,--debuglevel=}'[save the debug level for SMB VFS]:debug level:(0 1 2 3 4 5 6 7 8 9 10)'
|
|
||||||
{-e,--edit=}'[edit files]:file:_files'
|
{-e,--edit=}'[edit files]:file:_files'
|
||||||
{-f,--datadir}'[print data directory]'
|
{-f,--datadir}'[print data directory]'
|
||||||
{-F,--datadir-info}'[print extended info about used data directories]'
|
{-F,--datadir-info}'[print extended info about used data directories]'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue