summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2011-09-19 14:03:40 -0400
committerSteve Dickson <steved@redhat.com>2011-09-20 07:33:03 -0400
commit34ee5730f35ec6a5c3c6a29d9ecafe40df95b498 (patch)
treee012d83b5861f0fc93096dd68a59eebb7dbc5f69
parentcae84d3a8aecbce0d0115382441f18fd62798f9a (diff)
downloadnfs-utils-34ee5730f35ec6a5c3c6a29d9ecafe40df95b498.tar.gz
nfs-utils-34ee5730f35ec6a5c3c6a29d9ecafe40df95b498.tar.xz
nfs-utils-34ee5730f35ec6a5c3c6a29d9ecafe40df95b498.zip
configure.ac: Clean up help string for --enable-mount
Clean up a nit: The vim colorizer stumbles on the single quote in "don't", so replace it with "do not". Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3132fe4..b5934c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,7 +129,7 @@ AC_ARG_ENABLE(uuid,
choose_blkid=default)
AC_ARG_ENABLE(mount,
[AC_HELP_STRING([--enable-mount],
- [Create mount.nfs and don't use the util-linux mount(8) functionality. @<:@default=yes@:>@])],
+ [Create mount.nfs and do not use the util-linux mount(8) functionality. @<:@default=yes@:>@])],
enable_mount=$enableval,
enable_mount=yes)
AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"])