Add documentation for scripts/openstack-cleanup (#5803)

This commit is contained in:
Maxime Guyot
2020-03-20 21:18:06 +01:00
committed by GitHub
parent 1ae794e5e4
commit afe047a77f
2 changed files with 22 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ parser = argparse.ArgumentParser(description='Cleanup OpenStack VMs')
parser.add_argument('-v', '--verbose', action='store_true',
help='Increase verbosity')
parser.add_argument('--hours', type=int, default=4,
help='Age (in hours) of VMs to cleanup')
help='Age (in hours) of VMs to cleanup (default: 4h)')
parser.add_argument('--dry-run', action='store_true',
help='Do not delete anything')