svn commit: r214419 - head/sbin/mount_nfs

Jaakko Heinonen jh at FreeBSD.org
Wed Oct 27 14:11:11 UTC 2010


Author: jh
Date: Wed Oct 27 14:11:11 2010
New Revision: 214419
URL: http://svn.freebsd.org/changeset/base/214419

Log:
  Correct a typo.
  
  PR:		151321
  Submitted by:	Simon Walton
  MFC after:	3 days

Modified:
  head/sbin/mount_nfs/mount_nfs.c

Modified: head/sbin/mount_nfs/mount_nfs.c
==============================================================================
--- head/sbin/mount_nfs/mount_nfs.c	Wed Oct 27 14:08:37 2010	(r214418)
+++ head/sbin/mount_nfs/mount_nfs.c	Wed Oct 27 14:11:11 2010	(r214419)
@@ -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':


More information about the svn-src-head mailing list