Przeglądaj źródła

Merge pull request #888 from willipink/master

fix typo
J Guerreiro 6 lat temu
rodzic
commit
aa1e88459f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      completions/zsh

+ 1 - 1
completions/zsh

@@ -89,7 +89,7 @@ _pacman_opts_common=(
 	'--noredownload[Skip pkgbuild download if in cache and up to date]'
 	'--rebuild[Always build target packages]'
 	'--rebuildall[Always build all AUR packages]'
-	'--provides[Look for matching provders when searching for packages]'
+	'--provides[Look for matching providers when searching for packages]'
 	'--noprovides[Just look for packages by pkgname]'
 	'--pgpfetch[Prompt to import PGP keys from PKGBUILDs]'
 	"--nopgpfetch[Don't prompt to import PGP keys]"