Skip to content

Commit

Permalink
fix program title
Browse files Browse the repository at this point in the history
  • Loading branch information
1024mb committed Feb 18, 2024
1 parent 0a44a2f commit a66e1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@


def main():
parser = argparse.ArgumentParser(prog="p",
parser = argparse.ArgumentParser(prog="gog-installer-update-checker",
description="Check GOG installer for updates")
parser.add_argument("-v", "--version",
action="version",
Expand Down

0 comments on commit a66e1a8

Please sign in to comment.