mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Update docs for --redownload and --noredownload
This commit is contained in:
parent
f66349696e
commit
d5fc1e0de5
2 changed files with 13 additions and 0 deletions
2
cmd.go
2
cmd.go
|
@ -46,6 +46,8 @@ Permanent configuration options:
|
||||||
--noafterclean Do not remove package sources after successful build
|
--noafterclean Do not remove package sources after successful build
|
||||||
--timeupdate Check package's AUR page for changes during sysupgrade
|
--timeupdate Check package's AUR page for changes during sysupgrade
|
||||||
--notimeupdate Do not checking of AUR page changes
|
--notimeupdate Do not checking of AUR page changes
|
||||||
|
--redownload Always download pkgbuilds
|
||||||
|
--noredownload Skip pkgbuild download if in cache and up to date
|
||||||
|
|
||||||
Print specific options:
|
Print specific options:
|
||||||
-c --complete Used for completions
|
-c --complete Used for completions
|
||||||
|
|
11
yay.8
11
yay.8
|
@ -151,6 +151,17 @@ the last modification time of each package's AUR page\&.
|
||||||
.RS 4
|
.RS 4
|
||||||
Do not consider build times during sysupgrade\&.
|
Do not consider build times during sysupgrade\&.
|
||||||
.RE
|
.RE
|
||||||
|
.PP
|
||||||
|
\fB\-\-redownload\fR
|
||||||
|
.RS 4
|
||||||
|
When downloading pkgbuilds if the pkgbuild is found in cache and is equal or
|
||||||
|
newer than the AUR's version use that instead of downloading a new one\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fB\-\-noredownload\fR
|
||||||
|
.RS 4
|
||||||
|
Always download pkgbuilds even when a copy is avaliable in cache\&.
|
||||||
|
.RE
|
||||||
.SH "EXAMPLES"
|
.SH "EXAMPLES"
|
||||||
.PP
|
.PP
|
||||||
yay \fIfoo\fR
|
yay \fIfoo\fR
|
||||||
|
|
Loading…
Reference in a new issue