From 253429e84ebe40dc6a959dc0c60b2f89ec49b55d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sat, 22 Jan 2022 21:15:10 -0500 Subject: Fix some errors --- opendircolors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendircolors.c') diff --git a/opendircolors.c b/opendircolors.c index 634726f..97cc5ca 100644 --- a/opendircolors.c +++ b/opendircolors.c @@ -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' }, -- cgit v1.2.3-56-ge451