(usage): Fix parentheses. FILEUTILS-3_12s
authorJim Meyering <jim@meyering.net>
Wed, 10 Jul 1996 03:56:45 +0000 (03:56 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Jul 1996 03:56:45 +0000 (03:56 +0000)
src/dircolors.c

index 765c1e9..94a36a3 100644 (file)
@@ -105,15 +105,15 @@ usage (int status)
     {
       printf (_("Usage: %s [OPTION]... [FILE]\n"), program_name);
       printf (_("\
-      printf (_("\
 Output commands to set the LS_COLOR environment variable.\n\
 \n\
 Determine format of output:\n\
   -b, --sh, --bourne-shell    output Bourne shell code to set LS_COLOR\n\
-  -c, --csh, --c-shell        output C shell code to set LS_COLOR\n"));
+  -c, --csh, --c-shell        output C shell code to set LS_COLOR\n\
   -p, --print-data-base       output defaults\n\
   -h, --help                  display this help and exit\n\
       --version               output version information and exit\n\
+"));
     }
 
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);