aboutsummaryrefslogtreecommitdiffstats
path: root/src/_sfdx
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2020-04-09 01:19:36 +0300
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2020-04-09 11:51:09 +0300
commit9e9bee7066c000957b674c3b68bb082eec58b410 (patch)
treeb8f6fda13547720f1ac94f43135d529d73e671a5 /src/_sfdx
parentMerge pull request #697 from dancek/git-revise (diff)
downloadzsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.gz
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.bz2
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.lz
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.xz
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.zst
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.zip
Fix typos
Diffstat (limited to 'src/_sfdx')
-rw-r--r--src/_sfdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_sfdx b/src/_sfdx
index 9fbf313..8332fc0 100644
--- a/src/_sfdx
+++ b/src/_sfdx
@@ -222,7 +222,7 @@ case "$words[1]" in
'(-c|--noancestors)'{-c,--noancestors}'[do not include second-generation package ancestors in the scratch org]' \
'(-i|--clientid)'{-i,--clientid}'[connected app consumer key]' \
'(-s|--setdefaultusername)'{-s,--setdefaultusername}'[set the created org as the default username]' \
- '(-a|--setalias)'{-a,--setalias}'[set an alias for for the created scratch org]' \
+ '(-a|--setalias)'{-a,--setalias}'[set an alias for the created scratch org]' \
'(-e|--env)'{-e,--env}'[environment where the scratch org is created: \[sandbox*,virtual,prototype\] (sandbox*,virtual,prototype)]' \
'(-w|--wait)'{-w,--wait}'[the streaming client socket timeout (in minutes) (default:6, min:2)]' \
'(-d|--durationdays)'{-d,--durationdays}'[duration of the scratch org (in days) (default:7, min:1, max:30)]' \
@@ -742,7 +742,7 @@ case "$words[1]" in
force:data:tree:export)
_command_args=(
'(-q|--query)'{-q,--query}'[soql query, or filepath of file containing a soql query, to retrieve records]:file:_files' \
- '(-p|--plan)'{-p,--plan}'[generate mulitple sobject tree files and a plan definition file for aggregated import]' \
+ '(-p|--plan)'{-p,--plan}'[generate multiple sObject tree files and a plan definition file for aggregated import]' \
'(-x|--prefix)'{-x,--prefix}'[prefix of generated files]' \
'(-d|--outputdir)'{-d,--outputdir}'[directory to store files]:file:_files' \
'(-u|--targetusername)'{-u,--targetusername}'[username or alias for the target org; overrides default target org]' \