mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
env: add missing space to help output
This commit is contained in:
parent
a1cdab3d60
commit
d8792d7b69
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")
|
||||
.action(ArgAction::Set)
|
||||
.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.")
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Reference in a new issue