busybox/coreutils
Denys Vlasenko c9720a761e 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>
2018-08-03 18:28:17 +02:00
..
libcoreutils
basename.c
cat.c cat: fix cat -e and cat -v erroneously numbering 1st line 2018-04-29 14:05:43 +02:00
chgrp.c
chmod.c
chown.c
chroot.c
cksum.c cksum: code shrink 2018-02-01 11:44:52 +01:00
comm.c
Config.src restore documentation on the build config language 2018-06-06 15:16:48 +02:00
cp.c cp: placate gcc8 2018-08-01 18:29:41 +02:00
cut.c
date.c
dd.c dd: add 'fullblock' iflag 2018-01-25 19:00:19 +01:00
df.c df: do "rootfs" check sooner 2018-02-23 17:08:32 +01:00
dirname.c
dos2unix.c
du.c
echo.c
env.c
expand.c
expr.c
factor.c
false.c
fold.c
fsync.c
head.c
hostid.c
id_test.sh
id.c
install.c install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106 2018-06-22 18:59:10 +02:00
Kbuild.src
link.c
ln.c
logname.c
ls.c ls: When -h is passed, the total should also be in human units 2018-08-01 19:47:15 +02:00
md5_sha1_sum.c md5sum: use config help text similar to other "sum" tools 2018-03-08 12:49:39 +01:00
mkdir.c
mkfifo.c
mknod.c mknod: better --help, much clearer code 2018-01-08 11:22:37 +01:00
mktemp.c
mv.c libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation 2018-04-07 15:08:12 +02:00
nice.c libbb.h: always include sys/resource.h 2018-04-08 17:23:27 +02:00
nl.c
nohup.c
nproc.c nproc: implement --all --ignore=N 2018-07-06 16:19:04 +02:00
od_bloaty.c od: move address_fmt[] from data to globals. 8 less bytes in data section 2018-02-22 12:14:55 +01:00
od.c
paste.c
printenv.c
printf.c
pwd.c
readlink.c realpath,readlink -f: coreutils compat, closes 11021 2018-05-24 17:31:00 +02:00
realpath.c realpath,readlink -f: coreutils compat, closes 11021 2018-05-24 17:31:00 +02:00
rm.c
rmdir.c
seq.c
shred.c
shuf.c
sleep.c extend fractional duration support to "top -d N.N" and "timeout" 2018-08-03 18:17:12 +02:00
sort.c sort: add -V "sort version" 2018-07-08 01:37:54 +02:00
split.c
stat.c stat: fix a typo: s/romfs/ramfs/, closes 10876 2018-03-31 02:45:22 +02:00
stty.c
sum.c
sync.c
tac.c
tail.c
tee.c
test_ptr_hack.c
test.c shell: add comments about [[, no code changes 2018-04-10 15:25:41 +02:00
timeout.c timeout: fix arguments to match coreutils 2018-08-03 18:28:17 +02:00
touch.c
tr.c
true.c
truncate.c
tty.c
uname.c
uniq.c
unlink.c
usleep.c
uudecode.c
uuencode.c
wc.c
who.c
whoami.c
yes.c