]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Make --help and --version strings start in column 7.
authorJim Meyering <jim@meyering.net>
Sat, 24 Nov 2001 08:01:39 +0000 (08:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Nov 2001 08:01:39 +0000 (08:01 +0000)
src/sync.c

index dcade1c8e38471b0c3c8c0cbd2a4d4c10798a9bc..5c0ea52ecc001a98a59865f1c72cad0e0f58d3d4 100644 (file)
@@ -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>."));
     }