A '\n' is missing.

Signed-off-by: Liu Bo <bo.li....@oracle.com>
---
 btrfs-image.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/btrfs-image.c b/btrfs-image.c
index 30c1a9a..ebd283e 100644
--- a/btrfs-image.c
+++ b/btrfs-image.c
@@ -2272,7 +2272,7 @@ static void print_usage(void)
        fprintf(stderr, "\t-c value\tcompression level (0 ~ 9)\n");
        fprintf(stderr, "\t-t value\tnumber of threads (1 ~ 32)\n");
        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");
+       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");
        exit(1);
 }
-- 
1.7.7

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to