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:
parent
17a99f8e53
commit
2ad587ccbd
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue