From ab1f25304b1f798a454a65a4be070f7e0802ef88 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 12 Jun 2023 11:08:45 -0700 Subject: [PATCH] Correct some argument help strings --- release_gitter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release_gitter.py b/release_gitter.py index 87b6a6b..ead6edb 100755 --- a/release_gitter.py +++ b/release_gitter.py @@ -495,13 +495,13 @@ def _parse_args(args: list[str] | None = None) -> argparse.Namespace: "--extract-files", "-e", action="append", - help="A list of file names to extract from downloaded archive", + help="A list of file names to extract from the downloaded archive", ) parser.add_argument( "--extract-all", "-x", action="store_true", - help="Shell commands to execute after download or extraction", + help="Extract all files from the downloaded archive", ) parser.add_argument( "--url-only",