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.
1 parent 1211c3d commit 36c75e7Copy full SHA for 36c75e7
userland/utilities/env.py
@@ -7,6 +7,7 @@
7
8
parser = core.create_parser(
9
usage=("%prog [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]",),
10
+ description="Run a program in a modified environment or print environment variables.",
11
)
12
parser.disable_interspersed_args()
13
0 commit comments