Skip to content

Commit

Permalink
Fix a typo in ZSH completions
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Apr 13, 2024
1 parent d16f500 commit f62c421
Showing 1 changed file with 1 addition and 1 deletion.
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}'[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]'
Expand Down

0 comments on commit f62c421

Please sign in to comment.