Re: [PATCH] btrfs-progs: check: fix indent --clear-ino-cache option
From: David Sterba <hidden>
Date: 2021-09-23 12:30:37
From: David Sterba <hidden>
Date: 2021-09-23 12:30:37
On Thu, Sep 23, 2021 at 04:56:49PM +0800, Qu Wenruo wrote:
Help string for "--clear-ino-cache" option is not following the indent
of other help strings:
repair options:
--init-csum-tree create a new CRC tree
--init-extent-tree create a new extent tree
--clear-space-cache v1|v2 clear space cache for v1 or v2
--clear-ino-cache clear ino cache leftover items
The problem is caused by the usage of tab instead of space as indent.
Fix it by using space instead.
Signed-off-by: Qu Wenruo <redacted>Added to devel, thanks.