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

Update of the about description

Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
Sylvestre Ledru 2020-11-02 22:32:44 +01:00 committed by GitHub
parent 17a99f8e53
commit 2ad587ccbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ extern crate uucore;
use clap::{App, Arg};
use std::env;
static ABOUT: &str = "Prints the given environment VARIABLE(s), otherwise prints them all.";
static ABOUT: &str = "Display the values of the specified environment VARIABLE(s), or (with no VARIABLE) display name and value pairs for them all.";
static VERSION: &str = env!("CARGO_PKG_VERSION");
static OPT_NULL: &str = "null";