Skip to content

Commit

Permalink
env: add missing space to help output
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Apr 22, 2024
1 parent a1cdab3 commit d8792d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/env/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d8792d7

Please sign in to comment.