Update man page

This commit is contained in:
morganamilo 2018-07-28 04:01:55 +01:00
parent bd3e1cd3a9
commit 8e1e935d7e
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -210,6 +210,17 @@ The command to use for \fBgpg\fR calls. This can be a command in
The pacman config file to use\&.
.RE
.PP
\fB\-\-makepkgconf <file>\fR
.RS 4
The config file for makepkg to use\%. If this is not set then the default
config file will be used\&.
.RE
.PP
\fB\-\-nomakepkgconf\fR
.RS 4
Reset the makepkg config file back to its default\&.
.RE
.PP
\fB\-\-requestsplitn <n>\fR
.RS 4
The maximum amount of packages to request per AUR query\&. The higher the
@ -218,6 +229,13 @@ AUR query will cause an error\&. This should only make a noticeable difference
with very large requests (>500) packages\&.
.RE
.PP
\fB\-\-completioninterval <days>\fR
.RS 4
Time in days to refresh the completion cache\&. Setting this to 0 will cause
the cache to be refreshed every time, while setting this to -1 will cause the
cache to never be refreshed\&.
.RE
.PP
\fB\-\-sortby <votes|popularity|id|baseid|name|base|submitted|modified>\fR
.RS 4
Sort AUR results by a specific field during search\&.
@ -324,6 +342,21 @@ Do not show the edit menu\&.
Do not show the upgrade menu\&.
.RE
.PP
\fB\-\-askremovemake\fR
.RS 4
Ask to remove makedepends after installing packages\&.
.RE
.PP
\fB\-\-removemake\fR
.RS 4
Remove makedepends after installing packages\&.
.RE
.PP
\fB\-\-noremovemake\fR
.RS 4
Do not remove makedepends after installing packages\&.
.RE
.PP
\fB\-\-topdown\fR
.RS 4
Display repository packages first and then AUR packages\&.
@ -579,8 +612,9 @@ The cache directory is \fI$XDG_CACHE_HOME/yay/\fR\&. if
\fB$XDG_CACHE_HOME\fR is unset, the cache directory will fall back to
\fI$HOME/.cache/yay\fR\&.
.PP
\fIaur_<shellname>\fR holds a list of of all packages, including the AUR,
for shell completion\&. The completion files are refreshed every 48 hours\&.
\fIcompletion.cache\fR holds a list of of all packages, including the AUR,
for shell completion\&. By default the completion files are refreshed every
7 days\&.
.PP
\fIvcs.json\fR tracks VCS packages and the latest commit of each source. If
any of these commits change the package will be upgraded during a devel update.