mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Fix typos
Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
parent
d5d9dc1cba
commit
803d957282
2 changed files with 3 additions and 3 deletions
4
cmd.go
4
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
|
||||
|
|
2
yay.8
2
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
|
||||
|
|
Loading…
Reference in a new issue