From b790c4dad4089206fe0ea6b8bc78cbccf54263e2 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 13 Jun 2014 14:05:53 -0500 Subject: [PATCH] Tweak usage formatting Signed-off-by: Zack Cerza --- scripts/suite.py | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/scripts/suite.py b/scripts/suite.py index 52f177211d72f..75da13b87f145 100644 --- a/scripts/suite.py +++ b/scripts/suite.py @@ -15,34 +15,32 @@ command line will be used for every combination, and will override anything in the suite. positional arguments: - Optional extra job yaml to include + Optional extra job yaml to include optional arguments: - -h, --help Show this help message and exit - -v, --verbose Be more verbose - --dry-run Do a dry run; do not schedule anything - -n, --name Name for this suite - --base Base directory for the suite - e.g. ~/src/ceph-qa-suite/suites + -h, --help Show this help message and exit + -v, --verbose Be more verbose + --dry-run Do a dry run; do not schedule anything + -n, --name Name for this suite + --base Base directory for the suite + e.g. ~/src/ceph-qa-suite/suites -s , --suite - The suite to run - --owner Job owner - --email When tests finish or time out, send an email to this - address. - --timeout How long, in seconds, to wait for jobs to finish - before sending email. This does not kill jobs. - [default: 21600] + The suite to run + --owner Job owner + -e , --email When tests finish or time out, send an email here + --timeout How long, in seconds, to wait for jobs to finish + before sending email. This does not kill jobs. + [default: 21600] -p , --priority - Job priority (lower is sooner) - [default: 1000] - -N , --num Number of times to run/queue the job - [default: 1] - -l , --limit - Queue at most this many jobs - [default: 0] + Job priority (lower is sooner) + [default: 1000] + -N , --num Number of times to run/queue the job + [default: 1] + -l , --limit Queue at most this many jobs + [default: 0] -m , --machine-type - Machine type - [default: plana] + Machine type + [default: plana] """ -- 2.39.5