diff options
-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 |