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
co-authored by Roy Ivy III
parent 17a99f8e53
commit 2ad587ccbd
+1 -1
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";