diff options
| author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2023-01-04 22:50:35 +0200 |
|---|---|---|
| committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2023-01-04 22:50:35 +0200 |
| commit | 1d492c7151106a298f5c188369e04c3dce2b1366 (patch) | |
| tree | aa4c5c405cf68a4ac14135960aa17ca9b0278a0d /src/_conan | |
| parent | Merge pull request #975 from zsh-users/fix-typo-in-node (diff) | |
| download | zsh-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/_conan | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' \ |
