From 803d95728253bd62f7c3864b62dfd55f5514c706 Mon Sep 17 00:00:00 2001 From: Jguer Date: Sun, 11 Mar 2018 21:19:05 +0000 Subject: [PATCH] Fix typos Signed-off-by: Jguer --- cmd.go | 4 ++-- yay.8 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd.go b/cmd.go index 0095e01e..a7719ad4 100644 --- a/cmd.go +++ b/cmd.go @@ -62,8 +62,8 @@ Permanent configuration options: --redownloadall Always download pkgbuilds of all AUR packages --noredownload Skip pkgbuild download if in cache and up to date --mflags Pass arguments to makepkg - --sudoloop Loop sudo calls in the backgroud to avoid timeout - --nosudoloop Do not loop sudo calls in the backgrount + --sudoloop Loop sudo calls in the background to avoid timeout + --nosudoloop Do not loop sudo calls in the background Print specific options: -c --complete Used for completions diff --git a/yay.8 b/yay.8 index 03cb1cc7..bb2d1578 100644 --- a/yay.8 +++ b/yay.8 @@ -238,7 +238,7 @@ Loop sudo calls in the background to prevent sudo from timing out during long builds\&. .RE .PP -\fB\-\-noloop\fR +\fB\-\-nosudoloop\fR .RS 4 Do not loop sudo calls in the background\&. .RE