summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorM G Berberich <btrfs@oss.m-berberich.de>2016-05-12 21:49:25 +0200
committerDavid Sterba <dsterba@suse.com>2016-06-01 14:56:56 +0200
commit09c052a8b4dcaa96fe5e6c28b12ce24729e827a4 (patch)
treede65f65e2b7da539b14699f2a75de20ab4db019b /Documentation
parent2e8b5209c8f4efebfb51cf0165ced9e967394765 (diff)
btrfs-progs: send: add quiet option
Add new options -q,--quiet to prevent printing messages on stderr, added --verbose as alternative for -v. Moved 'Mode NO_FILE_DATA enabled' message to stderr. The default verboisty level is 1 to keep some backward compatibility. Signed-off-by: M G Berberich <btrfs@oss.m-berberich.de> [ minor adjustments in the options, help text and changelog, added manual page text ] Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-send.asciidoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/btrfs-send.asciidoc b/Documentation/btrfs-send.asciidoc
index 1d547881..47b0b047 100644
--- a/Documentation/btrfs-send.asciidoc
+++ b/Documentation/btrfs-send.asciidoc
@@ -37,9 +37,6 @@ are exactly in the same state on both sides, the sender and the receiver.
`Options`
--v::
-enable verbose output, print generated commands in a readable form, (each
-occurrence of this option increases the verbosity level)
-e::
if sending multiple subvolumes at once, use the new format and omit the
'end cmd' marker in the stream separating the subvolumes
@@ -56,6 +53,11 @@ send in 'NO_FILE_DATA' mode
The output stream does not contain any file
data and thus cannot be used to transfer changes. This mode is faster and
useful to show the differences in metadata.
+-v|--verbose::
+enable verbose output, print generated commands in a readable form, (each
+occurrence of this option increases the verbosity level)
+-q|--quiet::
+suppress all messagese except errors
EXIT STATUS
-----------