mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
env: start about text with uppercase char
This commit is contained in:
parent
f268e6e3a5
commit
a2796d4585
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
|
@ -25,7 +25,7 @@ use uucore::display::Quotable;
|
|||
use uucore::error::{UClapError, UResult, USimpleError, UUsageError};
|
||||
use uucore::{format_usage, show_warning};
|
||||
|
||||
const ABOUT: &str = "set each NAME to VALUE in the environment and run COMMAND";
|
||||
const ABOUT: &str = "Set each NAME to VALUE in the environment and run COMMAND";
|
||||
const USAGE: &str = "{} [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]";
|
||||
const AFTER_HELP: &str = "\
|
||||
A mere - implies -i. If no COMMAND, print the resulting environment.
|
||||
|
|
Loading…
Reference in a new issue