From f62c421b3cf263df14899f70eb751ef2c91690ea Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Sat, 13 Apr 2024 15:14:48 +0200 Subject: [PATCH] Fix a typo in ZSH completions --- res/completions/arch-update.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/completions/arch-update.zsh b/res/completions/arch-update.zsh index 78cfdbc..f158818 100644 --- a/res/completions/arch-update.zsh +++ b/res/completions/arch-update.zsh @@ -4,7 +4,7 @@ local -a opts opts=( {-c,--check}'[Check for available updates]' {-l,--list}'[Display the list of pending updates]' - {-d, --devel}'[Include AUR development packages updates]' + {-d,--devel}'[Include AUR development packages updates]' {-n,--news}'[Display latest Arch news]' {-D,--debug}'[Display debug traces]' {-h,--help}'[Display the help message]'