mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
Changed batch mode description.
This commit is contained in:
parent
4f0a7b9a48
commit
aa6cb04e10
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue