diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-10-23 14:12:40 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-10-23 14:12:40 -0700 |
commit | 0bd369f1adc774e41c686f6651fe47a1a13ba268 (patch) | |
tree | 6cbff5cfc906ad33cd2fd1aa7538028f893e8493 | |
parent | cb4cd5025405b28f76b3487f5eec82590e2cabdb (diff) | |
download | portage-0bd369f1adc774e41c686f6651fe47a1a13ba268.tar.gz portage-0bd369f1adc774e41c686f6651fe47a1a13ba268.tar.bz2 portage-0bd369f1adc774e41c686f6651fe47a1a13ba268.zip |
man/repoman.1: reference changelog/layout.conf
-rw-r--r-- | man/repoman.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/repoman.1 b/man/repoman.1 index 2e4c86cf4..7bc5c4565 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -43,7 +43,10 @@ Displays every package name while checking .TP \fB\-\-echangelog=<y|n|force>\fR For commit mode, call echangelog if ChangeLog is unmodified (or -regardless of modification if 'force' is specified) +regardless of modification if 'force' is specified). This option +can be enabled by default for a particular repository by setting +"update\-changelog = true" in metadata/layout.conf (see +\fBportage(5)\fR). .TP \fB\-\-if\-modified=<y|n>\fR Only check packages that have uncommitted modifications |