update documentation

This commit is contained in:
Eric Van Albert
2017-06-17 22:40:24 -04:00
parent 8df4ddd8d4
commit 36d7dc18d5
3 changed files with 78 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ import string
import sys
import subprocess
parser = argparse.ArgumentParser(description='Generates keys', epilog='All remaining arguments are passed to OpenSCAD.')
parser = argparse.ArgumentParser(description='Generates keys.', epilog='All remaining arguments are passed to OpenSCAD.')
parser.add_argument("filename",
help="OpenSCAD source file for the key")
parser.add_argument("-b", "--bitting", dest='bitting',