mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #6260 from cakebaker/env_missing_space
env: add missing space to help output
This commit is contained in:
commit
366af1c056
1 changed files with 1 additions and 1 deletions
2
src/uu/env/src/env.rs
vendored
2
src/uu/env/src/env.rs
vendored
|
@ -193,7 +193,7 @@ pub fn uu_app() -> Command {
|
||||||
.value_name("a")
|
.value_name("a")
|
||||||
.action(ArgAction::Set)
|
.action(ArgAction::Set)
|
||||||
.value_parser(ValueParser::os_string())
|
.value_parser(ValueParser::os_string())
|
||||||
.help("Override the zeroth argument passed to the command being executed.\
|
.help("Override the zeroth argument passed to the command being executed. \
|
||||||
Without this option a default value of `command` is used.")
|
Without this option a default value of `command` is used.")
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue