aboutsummaryrefslogtreecommitdiff
path: root/uxd.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-23 15:51:41 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-23 15:51:41 -0500
commite739d2ccb7a7b488b7dcc15313b0ffaedd8c0a77 (patch)
treebdb41f736d7becc99016497d0bd7cc8734f21fe6 /uxd.rst
parent734994ddaf7522f9d763cacc0f7cde63b9c7188a (diff)
downloaduxd-e739d2ccb7a7b488b7dcc15313b0ffaedd8c0a77.tar.gz
add T/t (terabytes) for numeric options
Diffstat (limited to 'uxd.rst')
-rw-r--r--uxd.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/uxd.rst b/uxd.rst
index 5ef598b..7190c20 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -52,9 +52,9 @@ by itself.
The options that accept numbers (**-l**, **-o**, **-s**, and **-S**)
allow decimal, hex (with *0x* prefix), or octal (with *0* prefix).
-Also, you can use the suffixes *k*, *m*, and *g* for power-of-2 based
-kilobytes, megabytes, or gigabytes (e.g. *1k* is 1024 bytes), as well
-as *K*, *M*, and *G* for power-of-10 based (e.g. *1K* is 1000 bytes).
+Also, you can use the suffixes *k*, *m*, *g*, and *t* for power-of-2 based
+kilobytes, megabytes, gigabytes, or terabytes (e.g. *1k* is 1024 bytes), as well
+as *K*, *M*, *G*, and *T* for power-of-10 based (e.g. *1K* is 1000 bytes).
.. the comments are turned into the --help message by mkusage.pl.