From 5d192ed46c0ca76d2dd3aa25f7fac5ad7b61ad3e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 7 Jul 2014 14:12:38 -0600 Subject: [PATCH] Make the archive dir a positional argument Signed-off-by: Zack Cerza --- scripts/ls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ls.py b/scripts/ls.py index 803fa9471cf34..9acfa94e35c9f 100644 --- a/scripts/ls.py +++ b/scripts/ls.py @@ -9,7 +9,7 @@ def main(): def parse_args(): parser = argparse.ArgumentParser(description='List teuthology job results') parser.add_argument( - '--archive-dir', + 'archive_dir', metavar='DIR', default='.', help='path under which to archive results', -- 2.39.5