fix typos
This commit is contained in:
parent
97804d9b97
commit
a169722fb3
4
src/_yfm
4
src/_yfm
|
@ -84,7 +84,7 @@ _yfm() {
|
||||||
local -a global_flags=(
|
local -a global_flags=(
|
||||||
'(- *)--help[Show help message]'
|
'(- *)--help[Show help message]'
|
||||||
'(- *)--version[Output the version number]'
|
'(- *)--version[Output the version number]'
|
||||||
\*{-e,--extensions}'[Include external extention on startup]:extension:_files'
|
\*{-e,--extensions}'[Include external extension on startup]:extension:_files'
|
||||||
'(-q --quiet)'{--quiet,-q}'[Start in quiet mode]'
|
'(-q --quiet)'{--quiet,-q}'[Start in quiet mode]'
|
||||||
'(-s --strict)'{--strict,-s}'[Launch in strict mode]' \
|
'(-s --strict)'{--strict,-s}'[Launch in strict mode]' \
|
||||||
)
|
)
|
||||||
|
@ -130,7 +130,7 @@ _yfm() {
|
||||||
'*--include[A set of rules for filtering sent translation files]:filename:_files' \
|
'*--include[A set of rules for filtering sent translation files]:filename:_files' \
|
||||||
'*--exclude[A set of rules prohibiting sending files for translation]:filename:_files' \
|
'*--exclude[A set of rules prohibiting sending files for translation]:filename:_files' \
|
||||||
\*{-v,--vars}'[Pass list of variables directory to translation]:variable' \
|
\*{-v,--vars}'[Pass list of variables directory to translation]:variable' \
|
||||||
'--dry-run[Do not execute traget translation provider, but only calculate required quota]' \
|
'--dry-run[Do not execute target translation provider, but only calculate required quota]' \
|
||||||
'(-c --config)'{-c,--config}'[Configure path to translate config]:filename:_files' \
|
'(-c --config)'{-c,--config}'[Configure path to translate config]:filename:_files' \
|
||||||
'--auth[Authorization token for Translation API]:token' \
|
'--auth[Authorization token for Translation API]:token' \
|
||||||
'--folder[ID of the folder to which you have access]:id' \
|
'--folder[ID of the folder to which you have access]:id' \
|
||||||
|
|
Loading…
Reference in New Issue