Fix the help text for btrfs-map-logical
authorChris Mason <chris.mason@oracle.com>
Wed, 15 Dec 2010 20:58:19 +0000 (15:58 -0500)
committerChris Mason <chris.mason@oracle.com>
Fri, 22 Apr 2011 18:52:28 +0000 (14:52 -0400)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
btrfs-map-logical.c

index a109c6a..3bb5742 100644 (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);
 }