Gentoo Archives: gentoo-portage-dev

From: Mike Gilbert <floppym@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 1/2] man: Add short option (-f) for repoman --force
Date: Mon, 18 May 2015 21:20:10
Message-Id: 1431984001-21077-1-git-send-email-floppym@gentoo.org
1 ---
2 man/repoman.1 | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/man/repoman.1 b/man/repoman.1
6 index d490227..6cb826a 100644
7 --- a/man/repoman.1
8 +++ b/man/repoman.1
9 @@ -36,7 +36,7 @@ entries that already exist. Replacement of existing Manifest
10 DIST entries can be forced by using the \fBmanifest\fR mode
11 together with the \fB\-\-force\fR option.
12 .TP
13 -\fB--force\fR
14 +\fB-f\fR, \fB--force\fR
15 Force commit to proceed, regardless of QA issues. For convenience, this option
16 causes the most time consuming QA checks to be skipped. The commit message will
17 include an indication that this option has been enabled, together with the
18 --
19 2.4.0

Replies