summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2020-09-01 13:49:35 -0400
committerBrian Behlendorf <[email protected]>2020-09-04 10:53:22 -0700
commit782b1c1249b15f4327afc096a23da9124b87ef21 (patch)
tree40920edc5845896dc698d25551246b9372e1ae50 /man
parentdce63135ae32213f2f0cc963a40f2ca50c6019bd (diff)
man: Add `zfs rename -r` to zfs-rename(8) SYNOPSIS
Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #10866
Diffstat (limited to 'man')
-rw-r--r--man/man8/zfs-rename.89
1 files changed, 6 insertions, 3 deletions
diff --git a/man/man8/zfs-rename.8 b/man/man8/zfs-rename.8
index d8d9f49d7..78bd8934a 100644
--- a/man/man8/zfs-rename.8
+++ b/man/man8/zfs-rename.8
@@ -30,7 +30,7 @@
.\" Copyright 2018 Nexenta Systems, Inc.
.\" Copyright 2019 Joyent, Inc.
.\"
-.Dd June 30, 2019
+.Dd September 1, 2020
.Dt ZFS-RENAME 8
.Os
.Sh NAME
@@ -52,8 +52,11 @@
.Cm rename
.Fl u
.Op Fl f
-.Ar filesystem
-.Ar filesystem
+.Ar filesystem Ar filesystem
+.Nm
+.Cm rename
+.Fl r
+.Ar snapshot Ar snapshot
.Sh DESCRIPTION
.Bl -tag -width ""
.It Xo