]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
run: make -a short for --archive
authorSage Weil <sage@inktank.com>
Thu, 5 Jul 2012 20:43:19 +0000 (13:43 -0700)
committerSage Weil <sage@inktank.com>
Thu, 5 Jul 2012 20:43:19 +0000 (13:43 -0700)
teuthology/run.py

index 40c62ebf204e712e563ab65299c8bcb332bd6384..714a3c71d711517630f9d32c7b381413fe3c682a 100644 (file)
@@ -37,7 +37,7 @@ def parse_args():
         help='config file to read',
         )
     parser.add_argument(
-        '--archive',
+        '-a', '--archive',
         metavar='DIR',
         help='path to archive results in',
         )