OSDN Git Service

Fixed indentation in ntfsclone help text (cosmetic)
authorJean-Pierre André <jpandre@users.sourceforge.net>
Wed, 6 Apr 2016 09:09:35 +0000 (11:09 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Wed, 6 Apr 2016 09:09:35 +0000 (11:09 +0200)
The tabs in source code appear differently in actual output.

ntfsprogs/ntfsclone.c

index 4ccb016..60264c9 100644 (file)
@@ -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"