summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/truncate/truncate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/truncate/truncate.c b/usr.bin/truncate/truncate.c
index a0df091..469dbcb 100644
--- a/usr.bin/truncate/truncate.c
+++ b/usr.bin/truncate/truncate.c
@@ -146,7 +146,7 @@ main(int argc, char **argv)
}
/*
- * Return the numeric value of a string given in the form [+-][0-9]+[GMK]
+ * Return the numeric value of a string given in the form [+-][0-9]+[GMKT]
* or -1 on format error or overflow.
*/
static off_t
@@ -208,7 +208,7 @@ static void
usage(void)
{
fprintf(stderr, "%s\n%s\n",
- "usage: truncate [-c] -s [+|-]size[K|k|M|m|G|g] file ...",
+ "usage: truncate [-c] -s [+|-]size[K|k|M|m|G|g|T|t] file ...",
" truncate [-c] -r rfile file ...");
exit(EXIT_FAILURE);
}
OpenPOWER on IntegriCloud