commit: 465565a0f90843133ae1ae9072244d34d82eaf73 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Wed Mar 4 20:18:38 2015 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Mar 4 20:38:36 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=465565a0
man/egencache.1: Add missed --write-timestamp option (540482) man/egencache.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man/egencache.1 b/man/egencache.1 index 9c1f488..daf08aa 100644 --- a/man/egencache.1 +++ b/man/egencache.1 @@ -107,7 +107,10 @@ updates due to ebuilds that either fail to source or are not sourced due to invalid Manifest entries. .TP .BR "\-\-use\-local\-desc\-output=ULD_OUTPUT" -output file for use.local.desc data (or '-' for stdout) +Output file for use.local.desc data (or '-' for stdout) +.TP +.BR "\-\-write\-timestamp +Write metadata/timestamp.chk as required for rsync repositories .SH "ENVIRONMENT OPTIONS" .TP \fBEGENCACHE_DEFAULT_OPTS\fR
