Skip to content

Commit

Permalink
chore: Terser (clearer?) help str for -j/-z/-J.
Browse files Browse the repository at this point in the history
  • Loading branch information
badshah400 committed Feb 24, 2024
1 parent 1c64617 commit 3036e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tartex/_parse_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3036e49

Please sign in to comment.