From d8792d7b69423942a4be88815cb9e55c64361aad Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 22 Apr 2024 16:56:21 +0200 Subject: [PATCH] env: add missing space to help output --- src/uu/env/src/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/env/src/env.rs b/src/uu/env/src/env.rs index f4282326fef..342fb737d63 100644 --- a/src/uu/env/src/env.rs +++ b/src/uu/env/src/env.rs @@ -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(