aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorRich Ercolani <[email protected]>2021-07-16 15:58:01 -0400
committerTony Hutter <[email protected]>2021-09-14 12:38:51 -0700
commit056c273939c844246f0944366ffcff92aab0bd92 (patch)
tree4b8f51b3208109fe177f5aa74c498ed7b6ce0faf /cmd
parentba76bb30a697d84c18de47d1ffd578b04b51df56 (diff)
Correct zfs-send(8) on readonly sends
zfs-send(8) claimed in the flags list you could use -pR when sending a readonly filesystem or volume. You cannot. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Tony Nguyen <[email protected]> Signed-off-by: Rich Ercolani <[email protected]> Closes #12336
Diffstat (limited to 'cmd')
-rw-r--r--cmd/zfs/zfs_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c
index cabf71892..7806d8639 100644
--- a/cmd/zfs/zfs_main.c
+++ b/cmd/zfs/zfs_main.c
@@ -317,7 +317,7 @@ get_usage(zfs_help_t idx)
case HELP_SEND:
return (gettext("\tsend [-DnPpRvLecwhb] [-[i|I] snapshot] "
"<snapshot>\n"
- "\tsend [-nvPLecw] [-i snapshot|bookmark] "
+ "\tsend [-DnvPLecw] [-i snapshot|bookmark] "
"<filesystem|volume|snapshot>\n"
"\tsend [-DnPpvLec] [-i bookmark|snapshot] "
"--redact <bookmark> <snapshot>\n"