summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2024-06-27 17:37:30 +0000
committerDaniel M. Capella <polyzen@archlinux.org>2024-06-27 17:37:30 +0000
commit358b195a04253d788d3f6d3ba4bb5b533e19bd06 (patch)
treef32fb815a8772ac5d09291988eff49deea75c487
parent9b90fc35efb7a392651ed6cc7fe31b8ded105557 (diff)
parented32a32b2129df9e9e4ff895f2843cb4cebaf729 (diff)
Merge branch 'master' into 'master'
Fix typos See merge request pacman/pacman-contrib!50
-rw-r--r--completions/zsh/_paccache2
-rw-r--r--completions/zsh/_pacdiff2
2 files changed, 2 insertions, 2 deletions
diff --git a/completions/zsh/_paccache b/completions/zsh/_paccache
index a02f34a..35e6e4c 100644
--- a/completions/zsh/_paccache
+++ b/completions/zsh/_paccache
@@ -6,7 +6,7 @@
declare -a args
args=(
- # Exlusive group
+ # Exclusive group
+ '(operations)'
{--dryrun,-d}'[perform a dry run, only finding candidate packages]'
{--move,-m}'[move candidate packages to "dir"]:directory:_files -/'
diff --git a/completions/zsh/_pacdiff b/completions/zsh/_pacdiff
index 5ceb36a..8135321 100644
--- a/completions/zsh/_pacdiff
+++ b/completions/zsh/_pacdiff
@@ -2,7 +2,7 @@
declare -a args
args=(
- # Use a mutually exlusive group, indicated by parenthesis around group name
+ # Use a mutually exclusive group, indicated by parenthesis around group name
+ '(search)'
{-f,--find}'[scan using find]'
{-l,--locate}'[scan using locate]'