Re: [PATCH v2] btrfs-progs: fix inspect-internal --help incomplete sentence
From: David Sterba <hidden>
Date: 2021-05-17 12:30:47
From: David Sterba <hidden>
Date: 2021-05-17 12:30:47
On Fri, Mar 19, 2021 at 03:10:02PM +0800, Anand Jain wrote:
btrfs inspect-internal --help show some incomplete sentenses. As shown
below,
btrfs inspect-internal --help
<snip>
btrfs inspect-internal min-dev-size [options] <path>
Get the minimum size the device can be shrunk to. The
btrfs inspect-internal dump-tree [options] <device> [<device> ..]
<snip>
This patch just fixes it.
Signed-off-by: Anand Jain <redacted>
---
v2: Drop the idea to fix the period at the end of the single line help
statements. Because the fix wasn't sufficient, there are more, and
it can be done separately.Added to devel, thanks.