From 729c0da10338caba5be7c22b842610223d661883 Mon Sep 17 00:00:00 2001 From: Gui Hecheng Date: Thu, 19 Jun 2014 09:46:03 +0800 Subject: btrfs-progs: update manpage for btrfs-image with -m option added The btrfs-image support multiple devices with -m specified. Signed-off-by: Gui Hecheng Signed-off-by: David Sterba --- btrfs-image.c | 1 + 1 file changed, 1 insertion(+) (limited to 'btrfs-image.c') diff --git a/btrfs-image.c b/btrfs-image.c index 3ca3b40..c9dd023 100644 --- a/btrfs-image.c +++ b/btrfs-image.c @@ -2446,6 +2446,7 @@ static void print_usage(void) fprintf(stderr, "\t-o \tdon't mess with the chunk tree when restoring\n"); fprintf(stderr, "\t-s \tsanitize file names, use once to just use garbage, use twice if you want crc collisions\n"); fprintf(stderr, "\t-w \twalk all trees instead of using extent tree, do this if your extent tree is broken\n"); + fprintf(stderr, "\t-m \trestore for multiple devices\n"); exit(1); } -- cgit v1.2.1