diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-11 13:21:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-11 13:21:31 +0000 |
commit | 053a0e3a8e4ca3d60df9baf099d9ae51538eca16 (patch) | |
tree | e0067c35ab839edd6db56b02671cc02f9599154f | |
parent | 39b1c602aab9e3849fd0b469194b6a1a35ceb14f (diff) | |
download | coreutils-053a0e3a8e4ca3d60df9baf099d9ae51538eca16.tar.xz |
*** empty log message ***
-rw-r--r-- | src/uptime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uptime.c b/src/uptime.c index 15040cba6..a0b7b8efb 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -162,8 +162,8 @@ usage (int status) { printf (_("Usage: %s [OPTION]... [ FILE ]\n"), program_name); printf (_("\ -Print 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 +Print 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.\n\ If FILE is not specified, use %s. %s as FILE is common.\n\ \n\ |