Chase revision 1.10 in usage string and a comment.

This commit is contained in:
Ceri Davies 2006-09-07 17:10:26 +00:00
parent e6cb78fbd4
commit 0033dba88b

View File

@ -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. * or -1 on format error or overflow.
*/ */
static off_t static off_t
@ -208,7 +208,7 @@ static void
usage(void) usage(void)
{ {
fprintf(stderr, "%s\n%s\n", 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 ..."); " truncate [-c] -r rfile file ...");
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }