mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-24 23:22:27 +00:00
Fix the help text for btrfs-map-logical
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
1b444cd2e6
commit
375714fe11
@ -90,7 +90,7 @@ static void print_usage(void)
|
||||
fprintf(stderr, "\t-l Logical extent to map\n");
|
||||
fprintf(stderr, "\t-c Copy of the extent to read (usually 1 or 2)\n");
|
||||
fprintf(stderr, "\t-o Output file to hold the extent\n");
|
||||
fprintf(stderr, "\t-s Number of bytes to read\n");
|
||||
fprintf(stderr, "\t-b Number of bytes to read\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user