Fix the help text for btrfs-map-logical

Signed-off-by: Chris Mason <chris.mason@oracle.com>
master
Chris Mason 2010-12-15 15:58:19 -05:00
parent 1b444cd2e6
commit 375714fe11
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}