add 2 dashes before htpasswd

pull/2407/head
kelseiv 2021-04-09 16:47:15 -07:00 committed by GitHub
parent 6ff54ae15a
commit 095384dc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ For more information, see [Cross-organization SuperAdmin status](/chronograf/v1.
To enable basic authentication, run chronograf with the `-htpasswd` flag or use the `HTPASSWD` environment variable.
```sh
chronograf —htpasswd <path to .htpasswd file>
chronograf —-htpasswd <path to .htpasswd file>
```
The `.htpasswd` file contains users and their passwords, and should be created with a password file utility tool such as `apache2-utils`.