Skip to content

Commit 7e2047a

Browse files
authored
Merge pull request #55 from hartwork/help-output-fix-over-indentation
Fix over-indentation in `--help` output
2 parents aac920a + ee31969 commit 7e2047a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fetchcommandwrapper/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def parse_parameters():
2424
USAGE = "\n %(prog)s [OPTIONS] URI DISTDIR FILE [-- [ARG ..]]"
2525
EPILOG = dedent("""\
2626
environment variables:
27-
NO_COLOR Disable use of color (default: auto-detect)
28-
PORTAGE_VERBOSE Enable verbose mode on "1" (default: low verbosity)
27+
NO_COLOR Disable use of color (default: auto-detect)
28+
PORTAGE_VERBOSE Enable verbose mode on "1" (default: low verbosity)
2929
""")
3030

3131
import argparse # noqa: I001

0 commit comments

Comments
 (0)