diff --git a/build/test/test.pl b/build/test/test.pl
index 7d9711d36de95f766c2bc28e8e67b7b489fa3789..dcdbdb83043bb9d15d013e42734eacea18993a23 100644
--- a/build/test/test.pl
+++ b/build/test/test.pl
@@ -170,7 +170,7 @@ my $cmd = "$mongoose_exe ".
   "-access_log_file access.log ".
   "-error_log_file debug.log ".
   "-extra_mime_types .bar=foo/bar,.tar.gz=blah,.baz=foo " .
-  "-put_delete_auth_file $abs_root/passfile " .
+  "-dav_auth_file $abs_root/passfile " .
   '-access_control_list -0.0.0.0/0,+127.0.0.1 ' .
   "-document_root $root ".
   "-hide_files_patterns **exploit.PL ".
diff --git a/docs/Options.md b/docs/Options.md
index e0180ee958323f798af9c455d7c39947d76e77f9..50211f55cdf2560a19f2b86812b24b56ec7e9326 100644
--- a/docs/Options.md
+++ b/docs/Options.md
@@ -14,7 +14,7 @@ Extra environment variables to be passed to the CGI script in
 addition to standard ones. The list must be comma-separated list
 of name=value pairs, like this: `VARIABLE1=VALUE1,VARIABLE2=VALUE2`.
 
-### put\_delete\_auth\_file
+### dav\_auth\_file
 Passwords file for PUT and DELETE requests. Without it, PUT and DELETE requests
 will fail. The format of the passwords file is the same as for `.htpasswd` file
 used for Digest authentication. It can be created and managed by means