diff options
author | Rob Landley <rob@landley.net> | 2018-10-21 21:55:18 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-10-21 21:55:18 -0500 |
commit | e13985bf81681373fe4337d03382e3c0201912ba (patch) | |
tree | 0239763a5258822a4424e18f105a72ca4041a59b | |
parent | f80065b3b45192ccbca5c15bf8015b709876ed43 (diff) | |
download | toybox-e13985bf81681373fe4337d03382e3c0201912ba.tar.gz |
Document % argument suffixes in toybox --help.
-rw-r--r-- | Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |