Correct a typo.

PR:		151321
Submitted by:	Simon Walton
MFC after:	3 days
This commit is contained in:
Jaakko Heinonen 2010-10-27 14:11:11 +00:00
parent 843ab5514d
commit baa0988a1e

View File

@ -177,7 +177,7 @@ main(int argc, char *argv[])
mountmode = V3;
break;
case 'a':
printf("-a deprecated, use -o readhead=<value>\n");
printf("-a deprecated, use -o readahead=<value>\n");
build_iovec(&iov, &iovlen, "readahead", optarg, (size_t)-1);
break;
case 'b':