aboutsummaryrefslogtreecommitdiffstats
path: root/opendircolors.c
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-01-22 21:15:10 -0500
committerCameron Katri <me@cameronkatri.com>2022-01-22 21:15:10 -0500
commit253429e84ebe40dc6a959dc0c60b2f89ec49b55d (patch)
tree5b0c16ff2b86b8700e06c02312241daabe3ac1f8 /opendircolors.c
parentc4110ab04551f0e2583b45af0fec237fbe20b7e3 (diff)
downloadopendircolors-master.tar.gz
opendircolors-master.tar.zst
opendircolors-master.zip
Fix some errorsHEADmaster
Diffstat (limited to 'opendircolors.c')
-rw-r--r--opendircolors.c2
1 files changed, 1 insertions, 1 deletions
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' },