diff options
| author | dana <dana@dana.is> | 2019-02-26 01:21:29 -0600 |
|---|---|---|
| committer | dana <dana@dana.is> | 2019-02-26 01:21:29 -0600 |
| commit | 29222ca186339aa7b69f33a00fc61b40b32dc307 (patch) | |
| tree | caac1e431659d7c457d5fbadfc64b2c52ddbacbf /Completion/BSD/Command/_bsd_pkg | |
| parent | unposted: _less: Fix typo (diff) | |
| download | zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.gz zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.bz2 zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.lz zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.xz zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.zst zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.zip | |
44080: Completion: Fix several option-description typos
Diffstat (limited to 'Completion/BSD/Command/_bsd_pkg')
| -rw-r--r-- | Completion/BSD/Command/_bsd_pkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/BSD/Command/_bsd_pkg b/Completion/BSD/Command/_bsd_pkg index d8928afaf..25d4f346a 100644 --- a/Completion/BSD/Command/_bsd_pkg +++ b/Completion/BSD/Command/_bsd_pkg @@ -215,7 +215,7 @@ _bsd_pkg() { '-N[show which packages each package was built with]' '-n[show which packages each package needs]' '-p[show installation prefixes]' - '-Q[show the definition of the speficied variable from the build information]:variable:' + '-Q[show the definition of the specified variable from the build information]:variable:' '-r[show list of installed requiring packages recursively]' '-S[show total size occupied by each package and its dependents]' '-u[show information for all user-installed packages]' @@ -227,7 +227,7 @@ _bsd_pkg() { flags+=( '(:)-A[show all installed packages, including internal packages]' '-C[show certificate information]' - '-E[show the package that contains the speficied file]:file:_files' + '-E[show the package that contains the specified file]:file:_files' # XXX only with -L '-K[prefix filenames with category keywords]' '-M[show the install-message file]' |
