mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
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);
|
return (MOUNT_SYSERR);
|
||||||
case ENOENT:
|
case ENOENT:
|
||||||
(void) fprintf(stderr, gettext("filesystem '%s' "
|
(void) fprintf(stderr, gettext("filesystem '%s' "
|
||||||
"cannot be mounted of due invalid option "
|
"cannot be mounted due to invalid option "
|
||||||
"'%s'.\n"), dataset, badopt);
|
"'%s'.\n"), dataset, badopt);
|
||||||
(void) fprintf(stderr, gettext("Use the '-s' option "
|
(void) fprintf(stderr, gettext("Use the '-s' option "
|
||||||
"to ignore the bad mount option.\n"));
|
"to ignore the bad mount option.\n"));
|
||||||
|
Loading…
Reference in New Issue
Block a user