Keep consistent style when listing platform types

This commit is contained in:
Jeremie J. Jarosh 2023-04-15 13:22:16 -05:00
parent f2d70466dc
commit 57a17f2a55

View file

@ -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'"
),
)