1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #4324 from cakebaker/env_start_about_text_with_uppercase

env: start about text with uppercase char
This commit is contained in:
Sylvestre Ledru 2023-02-07 10:23:58 +01:00 committed by GitHub
commit 4b3d57c93d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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