Skip to content

Commit 5a87a42

Browse files
asjkdave
authored andcommitted
btrfs-progs: list-chunks: fix typo in help text
Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 311ce97 commit 5a87a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/inspect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ static const char * const cmd_inspect_list_chunks_usage[] = {
692692
"btrfs inspect-internal list-chunks [options] <path>",
693693
"Enumerate chunks on all devices",
694694
"Enumerate chunks on all devices. Chunks are the physical storage tied to a device,",
695-
"striped profiles they appear multiple times for a ginve logical offset, on other",
695+
"striped profiles they appear multiple times for a given logical offset, on other",
696696
"profiles the correspondence is 1:1 or 1:N.",
697697
"",
698698
HELPINFO_UNITS_LONG,

0 commit comments

Comments
 (0)