summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-24 08:01:39 +0000
committerJim Meyering <jim@meyering.net>2001-11-24 08:01:39 +0000
commitb15c6a222b3ebcd83e8423232bddf40c184ebf1d (patch)
tree048d19d0a00e03f1bc4062fd6fbdbdc617e084b6 /src
parent722b47ca027e34d484c7a3a2fd296735ba912083 (diff)
downloadcoreutils-b15c6a222b3ebcd83e8423232bddf40c184ebf1d.tar.xz
(usage): Make --help and --version strings start in column 7.
Diffstat (limited to 'src')
-rw-r--r--src/sync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sync.c b/src/sync.c
index dcade1c8e..5c0ea52ec 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 <bug-fileutils@gnu.org>."));
}