소스 검색

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}}`