Update --help Description

Update the output of `--help` so it returns `itch-download` as the program
name, and returns an accurate description of what the program does.
This commit is contained in:
Jeremie J. Jarosh 2023-04-15 10:15:26 -05:00
parent 7cec2f24a2
commit 9779b89f7a

View file

@ -6,7 +6,9 @@ import itchiodl
def main():
parser = argparse.ArgumentParser(prog="python -m hstp", description="Build an ")
parser = argparse.ArgumentParser(
prog="itch-download", description="Download / archive your itch.io library."
)
parser.add_argument(
"-k", "--api-key", help="Use API key instead of username/password"