From 340b5badda65f2ffdc44d7088b013ebbf354924d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 21 May 2020 10:58:15 +0200 Subject: [PATCH] Update src/uu/uptime/src/uptime.rs Co-authored-by: Roy Ivy III --- src/uu/uptime/src/uptime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/uptime/src/uptime.rs b/src/uu/uptime/src/uptime.rs index 94cbaba33..a7ff10810 100644 --- a/src/uu/uptime/src/uptime.rs +++ b/src/uu/uptime/src/uptime.rs @@ -26,7 +26,7 @@ pub use uucore::libc; use uucore::libc::time_t; static VERSION: &str = env!("CARGO_PKG_VERSION"); -static ABOUT: &str = "Print the current time, the length of time the system has been up,\n\ +static ABOUT: &str = "Display the current time, the length of time the system has been up,\n\ the number of users on the system, and the average number of jobs\n\ in the run queue over the last 1, 5 and 15 minutes."; static OPT_SINCE: &str = "SINCE";