From 3036e49e8af1e2b423628832058f37afe5a1c27a Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sun, 25 Feb 2024 01:18:35 +0530 Subject: [PATCH] chore: Terser (clearer?) help str for -j/-z/-J. --- src/tartex/_parse_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tartex/_parse_args.py b/src/tartex/_parse_args.py index b8d1c5f..0415b55 100644 --- a/src/tartex/_parse_args.py +++ b/src/tartex/_parse_args.py @@ -221,7 +221,7 @@ def parse_args(args): def cmp_str(cmp, ext): return ( f"{cmp} (.tar.{ext}) compression" - " (overrides if any set by output NAME[.SUF])" + " (overrides .SUF in output NAME[.SUF])" ) tar_opts.add_argument(