Correct typos in zsh_completion.in
This commit is contained in:
parent
aff12189d8
commit
30f9a2e263
1 changed files with 2 additions and 2 deletions
|
@ -553,7 +553,7 @@ _pacman_conf_directive() {
|
|||
|
||||
_pacman_conf_commands=(
|
||||
{-l,--repo-list}'[List configured repositories]:*: :->repo_list'
|
||||
{-h,--help}'[Output systax and command line options]:*: :->complete'
|
||||
{-h,--help}'[Output syntax and command line options]:*: :->complete'
|
||||
{-V,--version}'[Display version and exit]:*: :->complete'
|
||||
)
|
||||
|
||||
|
@ -564,7 +564,7 @@ _pacman_conf_options=(
|
|||
|
||||
_pacman_conf_options_common=(
|
||||
'*'{-c,--config=}'[Specify an alternate configuration file]: :_files'
|
||||
'*'{-R,--rootdir=}'[Specify an alternate insallation root]: :_files'
|
||||
'*'{-R,--rootdir=}'[Specify an alternate installation root]: :_files'
|
||||
)
|
||||
|
||||
_pacman_conf() {
|
||||
|
|
Loading…
Add table
Reference in a new issue