Skip to content

Commit

Permalink
Set program name
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Sep 20, 2023
1 parent 083df23 commit 962b2a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hyakvnc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def create_arg_parser():


arg_parser = create_arg_parser()
arg_parser.prog = "hyakvnc"
args = arg_parser.parse_args()

if args.debug:
Expand Down

0 comments on commit 962b2a1

Please sign in to comment.