Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36c75e7

Browse files
committed
env: Add missing description
1 parent 1211c3d commit 36c75e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

userland/utilities/env.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
parser = core.create_parser(
99
usage=("%prog [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]",),
10+
description="Run a program in a modified environment or print environment variables.",
1011
)
1112
parser.disable_interspersed_args()
1213

0 commit comments

Comments
 (0)