diff options
-rw-r--r-- | toys/other/timeout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/other/timeout.c b/toys/other/timeout.c index d6715a5f..dc48f55b 100644 --- a/toys/other/timeout.c +++ b/toys/other/timeout.c @@ -9,7 +9,6 @@ USE_TIMEOUT(NEWTOY(timeout, "<2^(foreground)(preserve-status)vk:s(signal):", TOY config TIMEOUT bool "timeout" default y - depends on TOYBOX_FLOAT help usage: timeout [-k DURATION] [-s SIGNAL] DURATION COMMAND... |