Skip to content

Commit

Permalink
fix: improved help message. Bin generation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelessiet committed Feb 7, 2024
1 parent bf56f05 commit 2955f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file modified main.bin
Binary file not shown.
7 changes: 3 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ def main(argv):
if opt in ("-d", "--dir"):
dir = arg
elif opt == "-h":
print("""Usage: main.py [option] [argument]
Options:
-d --dir <file or directory> : Document a directory or file
Note: Only one option can be used at a time
print(f"""Usage: doc-gen [option] [argument]
Options:
-d --dir <file or directory> : Document a directory or file
""")
sys.exit()

Expand Down

0 comments on commit 2955f13

Please sign in to comment.