Skip to content

Commit 9783357

Browse files
committed
Do NOT even ask me bro
1 parent 5b2e981 commit 9783357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def help():
5252
Usage: pythonc script-to-compile.py
5353
5454
Arguments:
55-
-h or --help: Print Help""")
55+
-h or -H or --help: Print Help
56+
-l or -L or --license: View License Agreement""")
5657

5758
if len(args)==0 or len(args)>1 or args[0]=="-h" or args[0]=="-H" or args[0]=="--help":
5859
help()

0 commit comments

Comments
 (0)