Skip to content

Commit a913d4d

Browse files
Dongjiang Zhukdave
authored andcommitted
btrfs-progs: find-root: fix incorrect command name in usage text
The usage string incorrectly showed "btrfs-find-usage" instead of "btrfs-find-root", which could confuse users reading the help text. Signed-off-by: Dongjiang Zhu <[email protected]> Signed-off-by: David Sterba <[email protected]>
1 parent bcb928f commit a913d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

btrfs-find-root.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ static void print_find_root_result(struct cache_tree *result,
321321
}
322322

323323
static const char * const btrfs_find_root_usage[] = {
324-
"btrfs-find-usage [options] <device>",
324+
"btrfs-find-root [options] <device>",
325325
"Attempt to find tree roots on the device",
326326
"",
327327
OPTLINE("-a", "search through all metadata even if the root has been found"),

0 commit comments

Comments
 (0)