summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2010-12-15 15:58:19 -0500
committerChris Mason <chris.mason@oracle.com>2011-04-22 14:52:28 -0400
commit375714fe1181d1cca400dcfbcdb4fc29c6dfa5d6 (patch)
treea9d96820e4797bf6b65b6dd84665df1386e3c1f9
parent1b444cd2e6ab8dcafdd47dbaeaae369dd1517c17 (diff)
Fix the help text for btrfs-map-logical
Signed-off-by: Chris Mason <chris.mason@oracle.com>
-rw-r--r--btrfs-map-logical.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btrfs-map-logical.c b/btrfs-map-logical.c
index a109c6a3..3bb57423 100644
--- a/btrfs-map-logical.c
+++ b/btrfs-map-logical.c
@@ -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);
}