diff --git a/res/completions/arch-update.fish b/res/completions/arch-update.fish index 0c34dad..ebc8e47 100644 --- a/res/completions/arch-update.fish +++ b/res/completions/arch-update.fish @@ -2,7 +2,7 @@ complete -c arch-update -f complete -c arch-update -s c -l check -d 'Check for available updates' complete -c arch-update -s l -l list -d 'Display the list of pending updates' -complete -c arch-update -s d -l devel -d 'Update AUR development packages' +complete -c arch-update -s d -l devel -d 'Also check AUR development packages updates' complete -c arch-update -s n -l news -d 'Display latest Arch news' complete -c arch-update -s h -l help -d 'Display the help message' complete -c arch-update -s V -l version -d 'Display version information' diff --git a/res/completions/arch-update.zsh b/res/completions/arch-update.zsh index 0f0ca1a..d2ff989 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}'[Update AUR development packages]' + {-d, --devel}'[Also check AUR development packages updates]' {-n,--news}'[Display latest Arch news]' {-h,--help}'[Display the help message]' {-V,--version}'[Display version information]'