]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Update --help output
authorZack Cerza <zack@cerza.org>
Wed, 4 Jun 2014 17:42:43 +0000 (12:42 -0500)
committerZack Cerza <zack@cerza.org>
Wed, 4 Jun 2014 17:42:43 +0000 (12:42 -0500)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
scripts/queue.py

index 324aade020110bb277613dc4558312f7d827f648..15bbafdc1ffd2ff0c206416662effd66dc4b1c50 100644 (file)
@@ -9,8 +9,9 @@ usage: teuthology-queue -h
        teuthology-queue [-r] -m MACHINE_TYPE
        teuthology-queue -m MACHINE_TYPE -D PATTERN
 
-List Jobs in queue:
-  If -d then jobs with PATTERN in the job name are deleted from the queue.
+List Jobs in queue.
+If -D is passed, then jobs with PATTERN in the job name are deleted from the
+queue.
 
 Arguments:
   -m, --machine_type MACHINE_TYPE
@@ -21,8 +22,6 @@ optional arguments:
   -D, --delete PATTERN  Delete Jobs with PATTERN in their name
   -d, --description     Show job descriptions
   -r, --runs            Only show run names
-
-
 """.format(archive_base=teuthology.config.config.archive_base)