fixed help message

This commit is contained in:
Stephen M. McQuay 2012-07-13 08:18:34 -06:00
parent c7a3d3e6d5
commit 5e37668ecc
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ from surf.subd import butterfly
if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Prune orphan PCDs from couchdb')
parser = argparse.ArgumentParser(description='Manually subdivide mesh '
'(first argument) and dump json to stdout')
parser.add_argument('type', choices=('cc', 'butterfly'))
parser.add_argument('mesh')
opt = parser.parse_args()