diff options
author | Jens Schleusener <Jens.Schleusener@fossies.org> | 2020-01-09 13:39:44 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2020-01-09 13:42:02 +0000 |
commit | 11dbe4c286330f81fae5ac6d5f698f5ddb748710 (patch) | |
tree | 747b3a6ea08312efe98446fd90222d2f0a72d064 /Completion/Redhat | |
parent | 4858e868dcf809016a1cb5680327d66d551353ae (diff) | |
download | zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.gz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.xz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.zip |
45269: Fix misspellings in completions and elsewhere.
Diffstat (limited to 'Completion/Redhat')
-rw-r--r-- | Completion/Redhat/Command/_yum | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Redhat/Command/_yum b/Completion/Redhat/Command/_yum index 8abd23ebb..a30aa579f 100644 --- a/Completion/Redhat/Command/_yum +++ b/Completion/Redhat/Command/_yum @@ -39,7 +39,7 @@ _yum() { '--color=[control whether color is used]:(always auto never)' \ '--releasever=[set value of $releasever in yum config and repo files]:value' \ "--downloadonly[don't update, just download]" \ - '--downloaddir=[specify alternate directory to store packages]:directort:_directories' \ + '--downloaddir=[specify alternate directory to store packages]:directory:_directories' \ '--setopt=[set arbitrary config and repo options]:option' \ '--bugfix[include bugfix relevant packages in updates]' \ '--security[include security relevant packages in updates]' \ |