소스 검색

Adding command line options

Sergey Lyubka 12 년 전
부모
커밋
fcf8b86288
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      UserManual.md

+ 5 - 1
UserManual.md

@@ -52,11 +52,15 @@ Usage Examples
   double-click the executable. The folder should be accessible via
   [http://localhost:8080](http://localhost:8080) in any browser.
 - How to start mongoose at UNIX startup time in daemon mode, serving
-  directory `/var/www`: put this line in the system startup script,
+  directory `/var/www`: put this line in the system startup script:
   `/path/to/mongoose -listening_ports 80 -document_root /var/www &`
 
 Command Line Options
 --------------------
+-A <htpasswd_file> <domain_name> <user_name> <password>
+    Add/edit user's password in the passwords file. Deleting users
+    can be done with any text editor. Functionality is similar to
+    Apache's `htdigest` utility.
 
 Common Problems
 ---------------