mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Update of the about description
Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
co-authored by
Roy Ivy III
parent
17a99f8e53
commit
2ad587ccbd
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user