1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Merge pull request #6260 from cakebaker/env_missing_space

env: add missing space to help output
This commit is contained in:
Sylvestre Ledru 2024-04-22 17:01:55 +02:00 committed by GitHub
commit 366af1c056
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(