From eb7e847adcecf11cd8fd99077ba3a582abe60146 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 May 2017 17:56:11 -0700 Subject: Be more consistent about periods in help text. --- toys/other/timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/timeout.c') diff --git a/toys/other/timeout.c b/toys/other/timeout.c index e39dc7a3..9b93466a 100644 --- a/toys/other/timeout.c +++ b/toys/other/timeout.c @@ -20,7 +20,7 @@ config TIMEOUT (minutes), "h" (hours), "d" (days), or "s" (seconds, the default). -s Send specified signal (default TERM) - -k Send KILL signal if child still running this long after first signal. + -k Send KILL signal if child still running this long after first signal -v Verbose */ -- cgit v1.2.3