aboutsummaryrefslogtreecommitdiffstats
path: root/src/_conan
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2023-01-04 22:50:35 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2023-01-04 22:50:35 +0200
commit1d492c7151106a298f5c188369e04c3dce2b1366 (patch)
treeaa4c5c405cf68a4ac14135960aa17ca9b0278a0d /src/_conan
parentMerge pull request #975 from zsh-users/fix-typo-in-node (diff)
downloadzsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.gz
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.bz2
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.lz
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.xz
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.zst
zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.zip
Fix typos
Diffstat (limited to 'src/_conan')
-rw-r--r--src/_conan6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_conan b/src/_conan
index fd4736b..70e63b3 100644
--- a/src/_conan
+++ b/src/_conan
@@ -338,7 +338,7 @@ _conan_create_args() {
'(-v --verify)'{-v,--verify}'[Verify dependencies manifests against stored ones]:verify' \
'(-b --build)'{-b,--build}'[Optional, specify which packages to build from source]:build' \
'(-r --remote)'{-r,--remote}'[Look in the specified remote server]:remote' \
- '(-u --update)'{-u,--update}'[Look in the specified remote server and it will install thoses in the local cache]' \
+ '(-u --update)'{-u,--update}'[Look in the specified remote server and it will install those in the local cache]' \
'(-l --lockfile)'{-l,--lockfile}'[Path to a lockfile]: :_files' \
'--lockfile-out[Filename of the updated lockfile]' \
\*{-e,--env}'[Environment variables that will be set during the package build(host machine)]: :_conan_environment_variables' \
@@ -557,7 +557,7 @@ _conan_workspace_install_args() {
'(- : *)'{-h,--help}'[display help information]' \
'(-b --build)'{-b,--build}'[Optional, specify which packages to build from source]:build' \
'(-r --remote)'{-r,--remote}'[Look in the specified remote server]:remote' \
- '(-u --update)'{-u,--update}'[Will check the remote and it will install thoses in the local cache]' \
+ '(-u --update)'{-u,--update}'[Will check the remote and it will install those in the local cache]' \
'(-l --lockfile)'{-l,--lockfile}'[Path to a lockfile]: :_files' \
'--lockfile-out[Filename of the updated lockfile]' \
\*{-e,--env}'[Environment variables that will be set during the package build(host machine)]: :_conan_environment_variables' \
@@ -943,7 +943,7 @@ _conan_lock_create_args() {
'--base[Lock only recipe versions and revisions]' \
'--lockfile-out[Filename of the updated lockfile]: :_files' \
'(-r --remote)'{-r,--remote}'[Look in the specified remote server]:remote' \
- '(-u --update)'{-u,--update}'[Will check the remote and it will install thoses in the local cache]' \ \*{-e,--env}'[Environment variables that will be set during the package build(host machine)]:env' \
+ '(-u --update)'{-u,--update}'[Will check the remote and it will install those in the local cache]' \ \*{-e,--env}'[Environment variables that will be set during the package build(host machine)]:env' \
\*{'-e\:b','--env\:build'}'[Environment variables that will be set during the package build(build machine)]:env' \
\*{'-e\:h','--env\:host'}'[Environment variables that will be set during the package build(host machine)]:env' \
\*{-o,--options}'[Define options values(host machine)]:option' \