fixed help message
This commit is contained in:
parent
c7a3d3e6d5
commit
5e37668ecc
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user