svn commit: r352507 - head/cddl/contrib/opensolaris/cmd/zfs
Andriy Gapon
avg at FreeBSD.org
Thu Sep 19 09:48:02 UTC 2019
Author: avg
Date: Thu Sep 19 09:48:01 2019
New Revision: 352507
URL: https://svnweb.freebsd.org/changeset/base/352507
Log:
update zfs send usage help with r352447
MFC after: 3 days
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Thu Sep 19 09:43:56 2019 (r352506)
+++ head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Thu Sep 19 09:48:01 2019 (r352507)
@@ -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:
More information about the svn-src-all
mailing list