We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aac920a + ee31969 commit 7e2047aCopy full SHA for 7e2047a
fetchcommandwrapper/__main__.py
@@ -24,8 +24,8 @@ def parse_parameters():
24
USAGE = "\n %(prog)s [OPTIONS] URI DISTDIR FILE [-- [ARG ..]]"
25
EPILOG = dedent("""\
26
environment variables:
27
- NO_COLOR Disable use of color (default: auto-detect)
28
- PORTAGE_VERBOSE Enable verbose mode on "1" (default: low verbosity)
+ NO_COLOR Disable use of color (default: auto-detect)
+ PORTAGE_VERBOSE Enable verbose mode on "1" (default: low verbosity)
29
""")
30
31
import argparse # noqa: I001
0 commit comments