Make it clear https:// needs to exist to download a specific game

This commit is contained in:
Jeremie J. Jarosh 2023-04-15 11:52:33 -05:00
parent 9779b89f7a
commit 31957f40f0

View file

@ -46,7 +46,7 @@ def main():
parser.add_argument(
"--download-game",
type=str,
help="Download a specific game, should be in the format publisher.itch.io/game",
help="Download a specific game, should be in the format 'https://publisher.itch.io/game'",
)
args = parser.parse_args()