mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
_typeset: fix typo
This commit is contained in:
parent
18a49bd7c5
commit
e19cfe7cac
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ allargs=(
|
||||||
tf '(-t +t -T +T)-+t[turn on execution tracing for functions]'
|
tf '(-t +t -T +T)-+t[turn on execution tracing for functions]'
|
||||||
tp '(-T -n +n)-+t[tag parameters]'
|
tp '(-T -n +n)-+t[tag parameters]'
|
||||||
u '-u[convert the value to uppercase or mark function for autoloading]'
|
u '-u[convert the value to uppercase or mark function for autoloading]'
|
||||||
uf '-u[mark function for autoloadling]'
|
uf '-u[mark function for autoloading]'
|
||||||
up '(-u +u)-+u[convert the value to uppercase]'
|
up '(-u +u)-+u[convert the value to uppercase]'
|
||||||
w '(-k -z)-w[specify that arguments refer to files compiled with zcompile]'
|
w '(-k -z)-w[specify that arguments refer to files compiled with zcompile]'
|
||||||
W '-+W[turn on WARN_NESTED_VAR for function]'
|
W '-+W[turn on WARN_NESTED_VAR for function]'
|
||||||
|
|
Loading…
Reference in a new issue