mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs/cli: Fix documentation of reset-admin-password with --homepath (#21840)
This commit is contained in:
parent
9005b484f0
commit
57a0f0fe92
@ -125,7 +125,7 @@ Sets the path for the Grafana install/home path, defaults to working directory.
|
|||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
```bash
|
```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
|
### Override config file
|
||||||
|
Loading…
Reference in New Issue
Block a user