diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 3c657a1..d35f8ae 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]" |