btrfs-progs: doc: correct the destination of btrfs-receive
authorSatoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Tue, 14 Jun 2016 05:50:19 +0000 (14:50 +0900)
committerDavid Sterba <dsterba@suse.com>
Tue, 14 Jun 2016 08:52:17 +0000 (10:52 +0200)
We can set not only btrfs mount point but also any path belong to
btrfs mount point as btrfs-receive's destination.

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Documentation/btrfs-receive.asciidoc

index fbbded2..e246603 100644 (file)
@@ -7,14 +7,14 @@ btrfs-receive - receive subvolumes from send stream
 
 SYNOPSIS
 --------
-*btrfs receive* [options] <mount>
+*btrfs receive* [options] <path>
 
 DESCRIPTION
 -----------
 
 Receive a stream of changes and replicate one or more subvolumes that were
 previously used with *btrfs send* The received subvolumes are stored to
-'mount'.
+'path'.
 
 *btrfs receive* will fail int the following cases:
 
@@ -37,7 +37,7 @@ by default, btrfs receive uses standard input to receive the stream,
 use this option to read from a file instead
 
 -C|--chroot::
-confine the process to 'mount' using `chroot`(1)
+confine the process to 'path' using `chroot`(1)
 
 -e::
 terminate after receiving an 'end cmd' marker in the stream.