]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Make the archive dir a positional argument
authorZack Cerza <zack@cerza.org>
Mon, 7 Jul 2014 20:12:38 +0000 (14:12 -0600)
committerZack Cerza <zack@cerza.org>
Mon, 7 Jul 2014 20:12:38 +0000 (14:12 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
scripts/ls.py

index 803fa9471cf3412b38eb563afb5aba23be21ae95..9acfa94e35c9f47bfb7fef24fe5c5d3ece6a9453 100644 (file)
@@ -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',