aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/timeout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/timeout.c b/miscutils/timeout.c
index 65a8ceadf..83ae56e69 100644
--- a/miscutils/timeout.c
+++ b/miscutils/timeout.c
@@ -48,7 +48,7 @@ int timeout_main(int argc UNUSED_PARAM, char **argv)
48 /* -t SECONDS; -p PARENT_PID */ 48 /* -t SECONDS; -p PARENT_PID */
49 opt_complementary = "t+" USE_FOR_NOMMU(":p+"); 49 opt_complementary = "t+" USE_FOR_NOMMU(":p+");
50 /* '+': stop at first non-option */ 50 /* '+': stop at first non-option */
51 getopt32(argv, "+s:t" USE_FOR_NOMMU(":p:"), &opt_s, &timeout, &parent); 51 getopt32(argv, "+s:t:" USE_FOR_NOMMU("p:"), &opt_s, &timeout, &parent);
52 /*argv += optind; - no, wait for bb_daemonize_or_rexec! */ 52 /*argv += optind; - no, wait for bb_daemonize_or_rexec! */
53 signo = get_signum(opt_s); 53 signo = get_signum(opt_s);
54 if (signo < 0) 54 if (signo < 0)