aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 2136dae8..16a04f90 100644
--- a/Config.in
+++ b/Config.in
@@ -28,11 +28,14 @@ config TOYBOX
--help Show command help (only)
--version Show toybox version (only)
- The filename "-" means stdin/stdout, "--" stops argument parsing,
- and numerical arguments accept a single letter suffix for
+ The filename "-" means stdin/stdout, and "--" stops argument parsing.
+
+ 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. Durations take
- minute, hour, or day suffixes (ala 0.1m = 6s).
+ "d" to indicate decimal 1000's instead of 1024.
+
+ Durations can be decimal fractions and accept minute ("m"), hour ("h"),
+ or day ("d") suffixes (so 0.1m = 6s).
config TOYBOX_SUID
bool "SUID support"