Skip to content

Commit

Permalink
Change wording in shell completions
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Mar 21, 2024
1 parent 386bf4a commit fcdacad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/completions/arch-update.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion res/completions/arch-update.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down

0 comments on commit fcdacad

Please sign in to comment.