diff options
Diffstat (limited to 'toys/other/timeout.c')
-rw-r--r-- | toys/other/timeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |