Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a3150 commit 1935f32Copy full SHA for 1935f32
src/printenv.py
@@ -27,7 +27,7 @@ def printenv(opts, var_names: list[str]):
27
if __name__ == "__main__":
28
parser = OptionParser(
29
usage="Usage: %prog [OPTION] [VARIABLE]...",
30
- description="Print VARIABLE(s) or all environment variables, and their corresponding values.",
+ description="Print VARIABLE(s) or all environment variables, and their values.",
31
add_help_option=False,
32
)
33
parser.add_option("--help", action="help", help="show usage information and exit")
0 commit comments