Update doc for --afterclean and fix typo

This commit is contained in:
morganamilo 2018-09-27 16:08:00 +01:00
parent 98e6caefef
commit 42cba53165
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -134,7 +134,7 @@ Only show titles when printing news.
.B \-f, \-\-force
Force download for packages that already exist in the current directory. This
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
.TP
@ -362,6 +362,12 @@ previously installed packages still apply.
.B \-\-afterclean
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
.B \-\-noafterclean
Do not remove package sources after successful Install.