aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-24 13:42:24 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-24 13:42:24 +0000
commit4240408b700d303f5f9a78e1ef41325a9547cd2e (patch)
treebc38059f2523da59a12f107ea5d3499294cb914b /include
parenta9acbe6caddc59e7e25f4e469322e5c210e17775 (diff)
downloadbusybox-4240408b700d303f5f9a78e1ef41325a9547cd2e.tar.gz
trim help text a bit
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 3c657a15e..d35f8ae71 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4325,7 +4325,7 @@
"[-t SECS] [-s SIG] PROG [ARGS]"
#define timeout_full_usage "\n\n" \
"Runs PROG. Sends SIG to it if it is not gone in SECS seconds.\n" \
- "Defaults: SECS: 10, SIG: TERM.\n" \
+ "Defaults: SECS: 10, SIG: TERM." \
#define top_trivial_usage \
"[-b] [-nCOUNT] [-dSECONDS]"