Chase revision 1.10 in usage string and a comment.
This commit is contained in:
parent
e6cb78fbd4
commit
0033dba88b
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user