Document % argument suffixes in toybox --help.

This commit is contained in:
Rob Landley 2018-10-21 21:55:18 -05:00
parent f80065b3b4
commit e13985bf81

View File

@ -31,7 +31,8 @@ config TOYBOX
The filename "-" means stdin, "--" stops argument parsing,
and numerical arguments accept a single letter suffix for
kilo, mega, giga, tera, peta, and exabytes, plus an additional
"d" to indicate decimal 1000's instead of 1024.
"d" to indicate decimal 1000's instead of 1024. Durations take
minute, hour, or day suffixes (ala 0.1m = 6s).
config TOYBOX_SUID
bool "SUID support"