From 375714fe1181d1cca400dcfbcdb4fc29c6dfa5d6 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Wed, 15 Dec 2010 15:58:19 -0500 Subject: Fix the help text for btrfs-map-logical Signed-off-by: Chris Mason --- btrfs-map-logical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btrfs-map-logical.c') diff --git a/btrfs-map-logical.c b/btrfs-map-logical.c index a109c6a..3bb5742 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); } -- cgit v1.2.1