From: Jim Meyering Date: Sat, 24 Nov 2001 08:01:39 +0000 (+0000) Subject: (usage): Make --help and --version strings start in column 7. X-Git-Tag: FILEUTILS-4_1_2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b15c6a222b3ebcd83e8423232bddf40c184ebf1d;p=thirdparty%2Fcoreutils.git (usage): Make --help and --version strings start in column 7. --- diff --git a/src/sync.c b/src/sync.c index dcade1c8e3..5c0ea52ecc 100644 --- a/src/sync.c +++ b/src/sync.c @@ -47,8 +47,8 @@ Force changed blocks to disk, update the super block.\n\ \n\ "), stdout); fputs (_("\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ "), stdout); puts (_("\nReport bugs to .")); }