瀏覽代碼

Changed batch mode description.

fuerbringer 8 年之前
父節點
當前提交
aa6cb04e10
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/htpasswd.md

+ 1 - 1
pages/common/htpasswd.md

@@ -10,7 +10,7 @@
 
 `htpasswd {{path/to/file}} {{user_name}}`
 
-- Add user to htpasswd file in batch mode without password verification (for script usage):
+- Add user to htpasswd file in batch mode without an interactive password prompt (for script usage):
 
 `htpasswd -b {{path/to/file}} {{user_name}} {{password}}`