docs/cli: Fix documentation of reset-admin-password with --homepath (#21840)

pull/21854/head
Arve Knudsen 6 years ago committed by GitHub
parent 9005b484f0
commit 57a0f0fe92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/administration/cli.md

@ -125,7 +125,7 @@ Sets the path for the Grafana install/home path, defaults to working directory.
**Example:**
```bash
grafana-cli admin reset-admin-password --homepath "c:\Program Files\grafana" mynewpassword
grafana-cli --homepath "c:\Program Files\grafana" admin reset-admin-password mynewpassword
```
### Override config file

Loading…
Cancel
Save