summaryrefslogtreecommitdiffstats
path: root/cli/src
diff options
context:
space:
mode:
Diffstat (limited to 'cli/src')
-rw-r--r--cli/src/cli-cmd-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c
index a570c343133..77092b47591 100644
--- a/cli/src/cli-cmd-parser.c
+++ b/cli/src/cli-cmd-parser.c
@@ -5181,7 +5181,7 @@ cli_cmd_bitrot_parse (const char **words, int wordcount, dict_t **options)
char *scrub_freq_values[] = {"hourly",
"daily", "weekly",
"biweekly", "monthly",
- NULL};
+ "minute", NULL};
char *scrub_values[] = {"pause", "resume",
"status", NULL};
dict_t *dict = NULL;