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.
2 parents a1cdab3 + d8792d7 commit 366af1cCopy full SHA for 366af1c
src/uu/env/src/env.rs
@@ -193,7 +193,7 @@ pub fn uu_app() -> Command {
193
.value_name("a")
194
.action(ArgAction::Set)
195
.value_parser(ValueParser::os_string())
196
- .help("Override the zeroth argument passed to the command being executed.\
+ .help("Override the zeroth argument passed to the command being executed. \
197
Without this option a default value of `command` is used.")
198
)
199
.arg(
0 commit comments