1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-17 18:51:02 +02:00

_typeset: fix typo

This commit is contained in:
Mikael Magnusson 2022-12-23 14:27:35 +01:00
parent 18a49bd7c5
commit e19cfe7cac

View file

@ -39,7 +39,7 @@ allargs=(
tf '(-t +t -T +T)-+t[turn on execution tracing for functions]'
tp '(-T -n +n)-+t[tag parameters]'
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]'
w '(-k -z)-w[specify that arguments refer to files compiled with zcompile]'
W '-+W[turn on WARN_NESTED_VAR for function]'