timeout: fix arguments to match coreutils
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 3 Aug 2018 16:27:00 +0000 (18:27 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 3 Aug 2018 16:28:17 +0000 (18:28 +0200)
commitc9720a761e88e83265b4d75808533cdfbc66075b
tree909199889dd3668f4699c07c70410fc182a3d4a7
parent4c20d9f2b0223874e2b5ac1235d5f33fdd02589b
timeout: fix arguments to match coreutils

Was: timeout [-t SECS] [-s SIG] PROG ARGS
Is:  timeout [-s SIG] SECS PROG ARGS

function                                             old     new   delta
timeout_main                                         312     319      +7
packed_usage                                       32882   32858     -24
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 7/-24)             Total: -17 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/timeout.c