diff options
Diffstat (limited to 'config/mount-helper.m4')
-rw-r--r-- | config/mount-helper.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mount-helper.m4 b/config/mount-helper.m4 index 0a6c76708..e559b9ab2 100644 --- a/config/mount-helper.m4 +++ b/config/mount-helper.m4 @@ -1,6 +1,6 @@ AC_DEFUN([ZFS_AC_CONFIG_USER_MOUNT_HELPER], [ AC_ARG_WITH(mounthelperdir, - AC_HELP_STRING([--with-mounthelperdir=DIR], + AS_HELP_STRING([--with-mounthelperdir=DIR], [install mount.zfs in dir [[/sbin]]]), mounthelperdir=$withval,mounthelperdir=/sbin) |