mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
Make it clear https:// needs to exist to download a specific game
This commit is contained in:
parent
9779b89f7a
commit
31957f40f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue