mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
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:
parent
7cec2f24a2
commit
9779b89f7a
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue