mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
Keep consistent style when listing platform types
This commit is contained in:
parent
f2d70466dc
commit
57a17f2a55
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ def main():
|
|||
"--platform",
|
||||
help=(
|
||||
"Platform to download for (default: all), will accept values like 'windows', 'linux', "
|
||||
"'osx' and android"
|
||||
"'osx' and 'android'"
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue