From 55dc00d4962c284a7f3af47aa1dcc910524fd9a8 Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Thu, 22 Mar 2018 20:47:15 +0100 Subject: [PATCH] Doc: Fix typo in API user creation example This fixes a typo in the API user creation example inside the documentation. refs #6177 --- doc/12-icinga2-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/12-icinga2-api.md b/doc/12-icinga2-api.md index 01d0e2d28..1b6747ea1 100644 --- a/doc/12-icinga2-api.md +++ b/doc/12-icinga2-api.md @@ -27,7 +27,7 @@ The CLI command `icinga2 api user` allows you to create an ApiUser object with a added to your configuration. Example: ``` -$ icinga2 api user --user icingaweb2 --passwd icinga +$ icinga2 api user --user icingaweb2 --password icinga object ApiUser "icingaweb2" { password_hash ="$5$d5f1a17ea308acb6$9e9fd5d24a9373a16e8811765cc5a5939687faf9ef8ed496db6e7f1d0ae9b2a9" // client_cn = "" -- 2.40.0