diff mbox

btrfs-map-logical: usage update

Message ID 1300104990-13124-1-git-send-email-sensille@gmx.net (mailing list archive)
State New, archived
Headers show

Commit Message

Arne Jansen March 14, 2011, 12:16 p.m. UTC
None
diff mbox

Patch

diff --git a/btrfs-map-logical.c b/btrfs-map-logical.c
index aa4b5b5..f4695aa 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);
 }