summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSatoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>2016-02-04 14:02:14 +0900
committerDavid Sterba <dsterba@suse.com>2016-02-04 15:19:32 +0100
commit194a4053f97b9897a470938c3fb68e2b92e323f2 (patch)
tree2d6a099c6b73f8f4718e9176524239f169a69d55 /Documentation
parentbf111ecf9058c8c6ef2723c1fc414458895d78bb (diff)
btrfs-progs: describe btrfs-send requires read-only subvolume
Both man btrfs-send(8) and usage message don't describe btrfs-send needs read-only snapshot as its argument. Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-send.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/btrfs-send.asciidoc b/Documentation/btrfs-send.asciidoc
index 1dba8a3d..e05342ff 100644
--- a/Documentation/btrfs-send.asciidoc
+++ b/Documentation/btrfs-send.asciidoc
@@ -12,6 +12,7 @@ SYNOPSIS
DESCRIPTION
-----------
Sends the subvolume(s) specified by <subvol> to stdout.
+<subvol> should be read-only here.
By default, this will send the whole subvolume. To do an incremental
send, use '-p <parent>'.