From b0943462f7b5389d85aa729be5f716a3b14be9e2 Mon Sep 17 00:00:00 2001
From: Andrea Spadaccini <spadaccio@google.com>
Date: Fri, 16 Dec 2011 20:54:06 +0000
Subject: [PATCH] Add docs for missing option in gnt-debug man page

Document the --each option of gnt-debug submit-job.

Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
---
 man/gnt-debug.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/man/gnt-debug.rst b/man/gnt-debug.rst
index 7989631eb..2122825ce 100644
--- a/man/gnt-debug.rst
+++ b/man/gnt-debug.rst
@@ -63,7 +63,7 @@ SUBMIT-JOB
 ~~~~~~~~~~
 
 **submit-job** [--verbose] [--timing-stats] [--job-repeat ``N``]
-[--op-repeat ``N``] {opcodes_file...}
+[--op-repeat ``N``] [--each] {opcodes_file...}
 
 This command builds a list of opcodes from files in JSON format and
 submits a job per file to the master daemon. It can be used to test
@@ -82,6 +82,9 @@ passing the arguments N times) while op-repeat will cause N copies
 of each of the opcodes in the file to be executed (equivalent to
 each file containing N copies of the opcodes).
 
+The ``each`` option allow to submit each job separately (using ``N``
+SubmitJob LUXI requests instead of one SubmitManyJobs request).
+
 TEST-JOBQUEUE
 ~~~~~~~~~~~~~
 
-- 
GitLab