diff options
Diffstat (limited to 'Src/options.c')
-rw-r--r-- | Src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/options.c b/Src/options.c index 2eb73690e..0207cd232 100644 --- a/Src/options.c +++ b/Src/options.c @@ -91,6 +91,7 @@ static struct optname optns[] = { {NULL, "braceccl", 0, BRACECCL}, {NULL, "bsdecho", OPT_EMULATE|OPT_SH, BSDECHO}, {NULL, "cdablevars", 0, CDABLEVARS}, +{NULL, "chasedots", 0, CHASEDOTS}, {NULL, "chaselinks", 0, CHASELINKS}, {NULL, "clobber", OPT_ALL, CLOBBER}, {NULL, "completealiases", 0, COMPLETEALIASES}, |