Correct error message.

MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2012-05-25 17:19:30 +00:00
parent 5a8ffc7d5c
commit ff8dbdbf30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236013

View File

@ -3168,7 +3168,7 @@ zfs_do_rename(int argc, char **argv)
}
if (flags.nounmount && parents) {
(void) fprintf(stderr, gettext("-u and -r options are mutually "
(void) fprintf(stderr, gettext("-u and -p options are mutually "
"exclusive\n"));
usage(B_FALSE);
}