update zfs send usage help with r352447

MFC after:	3 days
This commit is contained in:
Andriy Gapon 2019-09-19 09:48:01 +00:00
parent 6caa629e73
commit dfb2b9a361
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352507

View File

@ -290,7 +290,7 @@ get_usage(zfs_help_t idx)
case HELP_SEND:
return (gettext("\tsend [-DnPpRvLec] [-[iI] snapshot] "
"<snapshot>\n"
"\tsend [-Le] [-i snapshot|bookmark] "
"\tsend [-LPcenv] [-i snapshot|bookmark] "
"<filesystem|volume|snapshot>\n"
"\tsend [-nvPe] -t <receive_resume_token>\n"));
case HELP_SET: