From 57a17f2a5557efee2c05e46590b8f7a48f1941fd Mon Sep 17 00:00:00 2001 From: "Jeremie J. Jarosh" Date: Sat, 15 Apr 2023 13:22:16 -0500 Subject: [PATCH] Keep consistent style when listing platform types --- itchiodl/downloader/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itchiodl/downloader/__main__.py b/itchiodl/downloader/__main__.py index 5d958c1..5b554b9 100644 --- a/itchiodl/downloader/__main__.py +++ b/itchiodl/downloader/__main__.py @@ -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'" ), )