diff options
Diffstat (limited to 'procps/uptime.c')
-rw-r--r-- | procps/uptime.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/procps/uptime.c b/procps/uptime.c index 5c48795bf..1a7da46a3 100644 --- a/procps/uptime.c +++ b/procps/uptime.c | |||
@@ -15,6 +15,15 @@ | |||
15 | 15 | ||
16 | /* getopt not needed */ | 16 | /* getopt not needed */ |
17 | 17 | ||
18 | //usage:#define uptime_trivial_usage | ||
19 | //usage: "" | ||
20 | //usage:#define uptime_full_usage "\n\n" | ||
21 | //usage: "Display the time since the last boot" | ||
22 | //usage: | ||
23 | //usage:#define uptime_example_usage | ||
24 | //usage: "$ uptime\n" | ||
25 | //usage: " 1:55pm up 2:30, load average: 0.09, 0.04, 0.00\n" | ||
26 | |||
18 | #include "libbb.h" | 27 | #include "libbb.h" |
19 | 28 | ||
20 | #ifndef FSHIFT | 29 | #ifndef FSHIFT |