From 2ad587ccbde562f7409606e19be16d6b8b7c3cf5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 2 Nov 2020 22:32:44 +0100 Subject: [PATCH] Update of the about description Co-authored-by: Roy Ivy III --- src/uu/printenv/src/printenv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/printenv/src/printenv.rs b/src/uu/printenv/src/printenv.rs index cef1c2458..78f90382a 100644 --- a/src/uu/printenv/src/printenv.rs +++ b/src/uu/printenv/src/printenv.rs @@ -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";