summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-03-09 11:56:04 +0100
committerDavid Sterba <dsterba@suse.cz>2015-03-09 12:06:58 +0100
commit357cc1d23172220825902c5c55bd12044f031223 (patch)
treedbe361ce9971459d354e903f761b4b49e14cabb3 /Documentation
parentc8e3b06b80aa9512ed01340b3ce1eaf451a8475b (diff)
btrfs-progs: convert, add option to disable progress
With progress turned on by default we should be able to disable it as well. Reported-by: Jérôme Poulin <jeromepoulin@gmail.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-convert.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/btrfs-convert.txt b/Documentation/btrfs-convert.txt
index 17091970..6a9e1de0 100644
--- a/Documentation/btrfs-convert.txt
+++ b/Documentation/btrfs-convert.txt
@@ -31,6 +31,8 @@ set filesystem label during conversion.
use label from the converted filesystem.
-p::
Show progress of conversion, on by default.
+--no-progress::
+Disable detailed progress and show only the main phases of conversion.
EXIT STATUS
-----------