From eab94628ec2595796c602d6521cd18f8e62bf17c Mon Sep 17 00:00:00 2001 From: Dan Minkevitch Date: Sat, 2 Feb 2019 17:36:46 -0800 Subject: [PATCH] Fix typos in help menu --- cmd.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd.go b/cmd.go index e352d026..b9a76692 100644 --- a/cmd.go +++ b/cmd.go @@ -42,7 +42,7 @@ Permanent configuration options: config file when used --aururl Set an alternative AUR URL - --builddir Directory used to download and run PKBUILDS + --builddir Directory used to download and run PKGBUILDS --editor Editor to use when editing PKGBUILDs --editorflags Pass arguments to editor --makepkg makepkg command to use @@ -96,7 +96,7 @@ Permanent configuration options: --redownload Always download pkgbuilds of targets --noredownload Skip pkgbuild download if in cache and up to date --redownloadall Always download pkgbuilds of 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