Browse Source

Changed batch mode description.

fuerbringer 8 năm trước cách đây
mục cha
commit
aa6cb04e10
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}}`