Browse Source

Fix typos

Signed-off-by: Jguer <me@jguer.space>
Jguer 7 years ago
parent
commit
803d957282
2 changed files with 3 additions and 3 deletions
  1. 2 2
      cmd.go
  2. 1 1
      yay.8

+ 2 - 2
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 <flags>     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

+ 1 - 1
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