summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.c b/options.c
index 05a6960..22bdeb0 100644
--- a/options.c
+++ b/options.c
@@ -3837,9 +3837,9 @@ add_option (struct options *options,
VERIFY_PERMISSION (OPT_P_GENERAL);
version = atoi (p[1]);
- if (version < 1 || version > 2)
+ if (version < 1 || version > 3)
{
- msg (msglevel, "--status-version must be 1 or 2");
+ msg (msglevel, "--status-version must be 1 to 3");
goto err;
}
options->status_file_version = version;