mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Update src/uu/uptime/src/uptime.rs
Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
parent
719f2bf8ae
commit
340b5badda
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue