From e5fb49914cb8ff5bd336ad7362e409d3b34eb534 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 5 Jul 2012 13:43:19 -0700 Subject: [PATCH] run: make -a short for --archive --- teuthology/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/run.py b/teuthology/run.py index 40c62ebf204e7..714a3c71d7115 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -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', ) -- 2.39.5