diff options
author | Rob Landley <rob@landley.net> | 2019-03-03 18:50:03 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-03-03 18:50:03 -0600 |
commit | 9be2e85165c3b93c87f63209c3597559333b1fc3 (patch) | |
tree | a3c68b3d93ae7e88573f8fc1a4f1d8b0a244163c | |
parent | 8c8a43dde770587b9376eeb430efea7436b98f12 (diff) | |
download | toybox-9be2e85165c3b93c87f63209c3597559333b1fc3.tar.gz |
Doc tweak.
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ config TOYBOX --help Show command help (only) --version Show toybox version (only) - The filename "-" means stdin, "--" stops argument parsing, + The filename "-" means stdin/stdout, "--" 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. Durations take |