mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Update doc for --afterclean and fix typo
This commit is contained in:
parent
98e6caefef
commit
42cba53165
1 changed files with 7 additions and 1 deletions
|
@ -134,7 +134,7 @@ Only show titles when printing news.
|
||||||
.B \-f, \-\-force
|
.B \-f, \-\-force
|
||||||
Force download for packages that already exist in the current directory. This
|
Force download for packages that already exist in the current directory. This
|
||||||
is to ensure directories are not accidentally overwritten. This option is not
|
is to ensure directories are not accidentally overwritten. This option is not
|
||||||
needed for git based downloads as \fBgit pull\fR already has saftey mechanisms.
|
needed for git based downloads as \fBgit pull\fR already has safety mechanisms.
|
||||||
|
|
||||||
.SH PERMANENT CONFIGURATION SETTINGS
|
.SH PERMANENT CONFIGURATION SETTINGS
|
||||||
.TP
|
.TP
|
||||||
|
@ -362,6 +362,12 @@ previously installed packages still apply.
|
||||||
.B \-\-afterclean
|
.B \-\-afterclean
|
||||||
Remove package sources after successful Install.
|
Remove package sources after successful Install.
|
||||||
|
|
||||||
|
For packages downloaded through git, untracked files are removed with the
|
||||||
|
exception of directories. This allows VCS packages to ealily pull an update
|
||||||
|
instead of having to re clone the entire repo.
|
||||||
|
|
||||||
|
For packages downloaded via tarball, The entire directory is deleted.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B \-\-noafterclean
|
.B \-\-noafterclean
|
||||||
Do not remove package sources after successful Install.
|
Do not remove package sources after successful Install.
|
||||||
|
|
Loading…
Reference in a new issue