]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix grammar in parse_options() error message
authorrenelson <bnelson@nelsonbe.com>
Tue, 17 Dec 2013 18:38:28 +0000 (10:38 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 17 Dec 2013 18:48:28 +0000 (10:48 -0800)
A minor grammar error was corrected in in the parse_options()
error handling for the ENOENT case.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: renelson <bnelson@nelsonbe.com>
Issue #1968

cmd/mount_zfs/mount_zfs.c

index 83b57f4e913f09f2194baefb12530c7dad86126f..b3c3e9a14ab02937a1b4542d8cf6d29285eea195 100644 (file)
@@ -420,7 +420,7 @@ main(int argc, char **argv)
                        return (MOUNT_SYSERR);
                case ENOENT:
                        (void) fprintf(stderr, gettext("filesystem '%s' "
-                           "cannot be mounted of due invalid option "
+                           "cannot be mounted due to invalid option "
                            "'%s'.\n"), dataset, badopt);
                        (void) fprintf(stderr, gettext("Use the '-s' option "
                            "to ignore the bad mount option.\n"));