diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-24 13:25:20 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-24 13:25:20 +0000 |
commit | a9acbe6caddc59e7e25f4e469322e5c210e17775 (patch) | |
tree | 4e11174d18e586c5f7510adf31323f9dd98d7446 /include/usage.h | |
parent | 00d8417631b1ae378d708e885dce74bafb02be96 (diff) | |
download | busybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.tar.gz busybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.tar.bz2 busybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.zip |
timeout: new applet. 370 bytes. by Roberto Foglietta.
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 49c94000b..3c657a15e 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4321,6 +4321,12 @@ | |||
4321 | "\nOptions:" \ | 4321 | "\nOptions:" \ |
4322 | "\n -v Verbose" \ | 4322 | "\n -v Verbose" \ |
4323 | 4323 | ||
4324 | #define timeout_trivial_usage \ | ||
4325 | "[-t SECS] [-s SIG] PROG [ARGS]" | ||
4326 | #define timeout_full_usage "\n\n" \ | ||
4327 | "Runs PROG. Sends SIG to it if it is not gone in SECS seconds.\n" \ | ||
4328 | "Defaults: SECS: 10, SIG: TERM.\n" \ | ||
4329 | |||
4324 | #define top_trivial_usage \ | 4330 | #define top_trivial_usage \ |
4325 | "[-b] [-nCOUNT] [-dSECONDS]" | 4331 | "[-b] [-nCOUNT] [-dSECONDS]" |
4326 | #define top_full_usage "\n\n" \ | 4332 | #define top_full_usage "\n\n" \ |