From 7917a0a6cc0053c81bbdac2fcf714fdcd652c82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Wed, 6 Apr 2016 11:09:35 +0200 Subject: [PATCH] Fixed indentation in ntfsclone help text (cosmetic) The tabs in source code appear differently in actual output. --- ntfsprogs/ntfsclone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/ntfsclone.c b/ntfsprogs/ntfsclone.c index 4ccb0168..60264c9d 100644 --- a/ntfsprogs/ntfsclone.c +++ b/ntfsprogs/ntfsclone.c @@ -374,7 +374,7 @@ static void usage(int ret) #ifdef DEBUG " -d, --debug Show debug information\n" #endif - " -V, --version Display version information\n" + " -V, --version Display version information\n" "\n" " If FILE is '-' then send the image to the standard output. If SOURCE is '-'\n" " and --restore-image is used then read the image from the standard input.\n"