Skip to content

Commit 599651a

Browse files
committed
fix cli shortform arg letter
1 parent 14faaa5 commit 599651a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonProject/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
cmd_parser.add_argument("-G", "--game", type=str)
3535
cmd_parser.add_argument("-S", "--source", type=str)
3636
cmd_parser.add_argument("-T", "--test", action="store_true", default=False)
37-
cmd_parser.add_argument("-p", "--check", action="store_true", default=False)
37+
cmd_parser.add_argument("-C", "--check", action="store_true", default=False)
3838
# cmd_parser.add_argument("", "")
3939
# cmd_parser.add_argument("", "", )
4040
cmd_args = cmd_parser.parse_args()

0 commit comments

Comments
 (0)