(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 dcade1c..5c0ea52 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>."));
     }