Skip to content

Commit 366af1c

Browse files
authored
Merge pull request #6260 from cakebaker/env_missing_space
env: add missing space to help output
2 parents a1cdab3 + d8792d7 commit 366af1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/env/src/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ pub fn uu_app() -> Command {
193193
.value_name("a")
194194
.action(ArgAction::Set)
195195
.value_parser(ValueParser::os_string())
196-
.help("Override the zeroth argument passed to the command being executed.\
196+
.help("Override the zeroth argument passed to the command being executed. \
197197
Without this option a default value of `command` is used.")
198198
)
199199
.arg(

0 commit comments

Comments
 (0)