summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2024-01-29 16:28:37 -0500
committerDaniel M. Capella <polyzen@archlinux.org>2024-01-29 16:28:37 -0500
commit27b854fe0d1ffb5fdafa5cb7c7c075d29b135719 (patch)
tree21d3cce6a6e6030c028ea50f1c2c3fe585f5440b
parente10ba0285dac1e2751de691d821e51861ae955b7 (diff)
checkupdates: Add zsh completion for --change
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--completions/zsh/_checkupdates1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/zsh/_checkupdates b/completions/zsh/_checkupdates
index 047816c..6feb6db 100644
--- a/completions/zsh/_checkupdates
+++ b/completions/zsh/_checkupdates
@@ -2,6 +2,7 @@
declare -a args
args=(
+ '(--change -c)'{--change,-c}'[print only when available updates differ from the last --change run]'
'(--download -d)'{--download,-d}'[download pending updates to the pacman cache]'
'--nocolor[do not colorize output]'
'(--nosync -n)'{--nosync,-n}'[do not sync the temporary database]'