summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Src/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/options.c b/Src/options.c
index 70a7364fc..03312a0b4 100644
--- a/Src/options.c
+++ b/Src/options.c
@@ -138,6 +138,7 @@ static struct optname optns[] = {
{NULL, "histnofunctions", 0, HISTNOFUNCTIONS},
{NULL, "histnostore", 0, HISTNOSTORE},
{NULL, "histreduceblanks", 0, HISTREDUCEBLANKS},
+{NULL, "histsavebycopy", OPT_ALL, HISTSAVEBYCOPY},
{NULL, "histsavenodups", 0, HISTSAVENODUPS},
{NULL, "histverify", 0, HISTVERIFY},
{NULL, "hup", OPT_EMULATE|OPT_ZSH, HUP},