Fix grammar in parse_options() error message
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
This commit is contained in:
parent
7dc71949f2
commit
758d35520b
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue