From d1665222a7e7c2986f4aed1617c83c8fd71bf4b7 Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Sat, 25 Apr 2020 20:54:09 +0530 Subject: [PATCH] Minor change for better readability (#23884) --- docs/sources/administration/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/cli.md b/docs/sources/administration/cli.md index 0035f1fe235..da664ec98b2 100644 --- a/docs/sources/administration/cli.md +++ b/docs/sources/administration/cli.md @@ -112,7 +112,7 @@ grafana-cli --debug plugins install `--configOverrides` is a command line argument that acts like an environmental variable override. -For example, you can use it to redirect logging to another file (maybe to log plugin installs in a service like Hosted Grafana) or when resetting the admin password and you have non-default values for some important config value (like where the database is located). +For example, you can use it to redirect logging to another file (maybe to log plugin installations in a service like Hosted Grafana) or when resetting the admin password and you have non-default values for some important config value (like where the database is located). **Example:** ```bash