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 8660ade68..7223b1d59 100644 --- a/Src/options.c +++ b/Src/options.c @@ -69,6 +69,7 @@ mod_export HashTable optiontab; * to avoid formatting problems. */ static struct optname optns[] = { +{NULL, "aliases", OPT_EMULATE|OPT_ALL, ALIASESOPT}, {NULL, "allexport", OPT_EMULATE, ALLEXPORT}, {NULL, "alwayslastprompt", OPT_ALL, ALWAYSLASTPROMPT}, {NULL, "alwaystoend", 0, ALWAYSTOEND}, |