On Wed, May 23, 2012 at 8:43 PM, Daniel DeFolo <[email protected]> wrote: > Added the trailing > that I missed in my prior patch message. > > Signed-off-by: Daniel DeFolo <[email protected]> > --- > cli/job.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/cli/job.py b/cli/job.py > index c044b03..8fa8d25 100644 > --- a/cli/job.py > +++ b/cli/job.py > @@ -356,7 +356,7 @@ class job_create(job_create_or_clone): > """atest job create [--priority <Low|Medium|High|Urgent>] > [--synch_count] [--control-file </path/to/cfile>] > [--on-server] [--test <test1,test2>] [--kernel <http://kernel>] > - [--kernel-config <http://kernel-config-file] > + [--kernel-config <http://kernel-config-file>]
^ I was going to mention it in my review, but you've quickly fixed it. Fair enough, I need some more time to read the entire patch carefully. Thanks! > [--mlist </path/to/machinelist>] [--machine <host1 host2 host3>] > [--labels <list of labels of machines to run on>] > [--reboot_before <option>] [--reboot_after <option>] > -- > 1.7.7.6 > > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Lucas _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
