From: Zack Cerza Date: Mon, 7 Jul 2014 20:12:38 +0000 (-0600) Subject: Make the archive dir a positional argument X-Git-Tag: v0.94.10~27^2^2~364^2~53 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5d192ed46c0ca76d2dd3aa25f7fac5ad7b61ad3e;p=ceph.git Make the archive dir a positional argument Signed-off-by: Zack Cerza --- diff --git a/scripts/ls.py b/scripts/ls.py index 803fa9471cf3..9acfa94e35c9 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',