From 774a819e76d2432b0564377624a07ef3b46bf8d2 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Mon, 25 Nov 2013 17:05:12 +0000
Subject: [PATCH] Better description for put_delete_auth_file option

---
 docs/Options.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Options.md b/docs/Options.md
index ecd8d0735..9f498a28a 100644
--- a/docs/Options.md
+++ b/docs/Options.md
@@ -18,7 +18,7 @@ of name=value pairs, like this: `VARIABLE1=VALUE1,VARIABLE2=VALUE2`.
 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 `.htpasswd` file
 used for Digest authentication. It can be created and managed by means
-of `mongoose -A ...` command.
+of `mongoose -A` command.
 
 ### cgi_interpreter
 Path to an executable to use as CGI interpreter for __all__ CGI scripts
-- 
GitLab