Re: [PATCH] btrfs-progs: docs: update document about option -R of btrfs-scrub

2018-09-11 Thread David Sterba
On Mon, Sep 03, 2018 at 11:07:07AM +0800, Su Yue wrote:
> The option '-R' of btrfs-scrub was documented by mistake as
> 'print raw statistics per-device instead of a summary'.
> 
> Here change it to 'raw print mode, print full data instead of
> summary' which it works actually.
> 
> Fixes: 162257574a56 ("btrfs-progs: docs: update btrfs-scrub")
> Reported-by: Chris Murphy 
> Signed-off-by: Su Yue 

Applied, thanks.


[PATCH] btrfs-progs: docs: update document about option -R of btrfs-scrub

2018-09-02 Thread Su Yue
The option '-R' of btrfs-scrub was documented by mistake as
'print raw statistics per-device instead of a summary'.

Here change it to 'raw print mode, print full data instead of
summary' which it works actually.

Fixes: 162257574a56 ("btrfs-progs: docs: update btrfs-scrub")
Reported-by: Chris Murphy 
Signed-off-by: Su Yue 
---
 Documentation/btrfs-scrub.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/btrfs-scrub.asciidoc 
b/Documentation/btrfs-scrub.asciidoc
index d2d206275c36..4c49269e2f36 100644
--- a/Documentation/btrfs-scrub.asciidoc
+++ b/Documentation/btrfs-scrub.asciidoc
@@ -69,7 +69,7 @@ be quiet, omit error messages and statistics
 run in read-only mode, do not attempt to correct anything, can be run on a 
read-only
 filesystem
 -R
-print raw statistics per-device instead of a summary
+raw print mode, print full data instead of summary
 -c 
 set IO priority class (see `ionice`(1) manpage)
 -n 
-- 
2.18.0