]> git.cameronkatri.com Git - opendircolors.git/blobdiff - opendircolors.c
Fix some errors
[opendircolors.git] / opendircolors.c
index 634726fd25905204c98dac929797646d50a97cf4..97cc5ca2d53e51af1444e9cc0b01eb362bc3e040 100644 (file)
@@ -44,7 +44,7 @@ static void usage(const char *);
 // clang-format off
 static const struct option long_options[] = {
        { "help", no_argument, NULL, 'h' },
-       { "bourne-shell", no_argument, NULL },
+       { "bourne-shell", no_argument, NULL, 0 },
        { "sh", no_argument, NULL, 'b' },
        { "csh", no_argument, NULL, 'c' },
        { "c-shell", no_argument, NULL, 'c' },