From: Ed Bartosh Date: Fri, 9 May 2014 19:45:57 +0000 (+0300) Subject: Correct man page for accept and reject subcommands X-Git-Tag: 0.3~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47fda6c2e8ca5e5c622b1cf11ba6ec2bcc92a662;p=tools%2Frepa.git Correct man page for accept and reject subcommands Fixed wrong description of accept and reject. They don't accept list of submissions and submit groups. They accept only one parameter - submission or submit group. Change-Id: Ib4add5cbe027e02638a742cd156c1c5d84aceea3 Signed-off-by: Ed Bartosh --- diff --git a/repa.1 b/repa.1 index f75a8b1..c4e2d58 100644 --- a/repa.1 +++ b/repa.1 @@ -193,11 +193,11 @@ Print short help text about the "info" command and exit. .\" .\" The "accept" command description .\" -.SS \fBaccept\fR [options] +.SS \fBaccept\fR [options] .RS 2 -Accept submissions and submission groups. Acceptance is done by creating -Submit Requests in OBS for every submission and immediately accepting them. +Accept submission or submission group. Acceptance is done by creating +Submit Request in OBS for submission or group and immediately accepting it. .\" .\" The "accept" command's options @@ -213,17 +213,17 @@ Print short help text about the "accept" command and exit. .PP \-comment COMMENT .RS 2 -Add acceptance comment to created SRs. +Add acceptance comment for created SR. .RE .\" .\" The "reject" command description .\" -.SS \fBreject\fR [options] +.SS \fBreject\fR [options] .RS 2 -Reject submissions and submission groups. Rejection is done by creating -Submit Requests in OBS for every submission and immediately rejecting them. +Reject submission or submission group. Rejection is done by creating +Submit Request in OBS for submission or group and immediately rejecting it. .\" .\" The "reject" command's options @@ -239,7 +239,7 @@ Print short help text about the "reject" command and exit. .PP \-comment COMMENT .RS 2 -Add rejection comment to created SRs. +Add rejection comment for created SR. .RE .\"