From b15c6a222b3ebcd83e8423232bddf40c184ebf1d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Nov 2001 08:01:39 +0000 Subject: [PATCH] (usage): Make --help and --version strings start in column 7. --- src/sync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .")); } -- 2.47.3