Correct man page for accept and reject subcommands
authorEd Bartosh <eduard.bartosh@intel.com>
Fri, 9 May 2014 19:45:57 +0000 (22:45 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Mon, 19 May 2014 08:14:47 +0000 (11:14 +0300)
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 <eduard.bartosh@intel.com>
repa.1

diff --git a/repa.1 b/repa.1
index f75a8b17c81c936895bc4ae73429c824ae519d28..c4e2d587a3f10964416709728449ab4d6124d637 100644 (file)
--- 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] <list of submissions and groups>
+.SS \fBaccept\fR [options] <submission or group>
 
 .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] <list of submissions and groups>
+.SS \fBreject\fR [options] <submission or group>
 
 .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
 
 .\"