From 1c00915693bb467dc5b289a63a5b172b4243b83b Mon Sep 17 00:00:00 2001 From: eleftherias Date: Fri, 29 Sep 2023 07:21:01 +0000 Subject: [PATCH] Update documentation --- docs/docs/cli/medic_auth_login.md | 4 +--- docs/docs/cli/medic_user.md | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/docs/cli/medic_auth_login.md b/docs/docs/cli/medic_auth_login.md index 18e0d90de4..7c9cd0f7cd 100644 --- a/docs/docs/cli/medic_auth_login.md +++ b/docs/docs/cli/medic_auth_login.md @@ -14,9 +14,7 @@ medic auth login [flags] ### Options ``` - -h, --help help for login - -p, --password string Password to use for authentication - -u, --username string Username to use for authentication + -h, --help help for login ``` ### Options inherited from parent commands diff --git a/docs/docs/cli/medic_user.md b/docs/docs/cli/medic_user.md index 14eba8b0be..f34491874f 100644 --- a/docs/docs/cli/medic_user.md +++ b/docs/docs/cli/medic_user.md @@ -29,9 +29,7 @@ medic user [flags] ### SEE ALSO * [medic](medic.md) - medic controls mediator via the control plane -* [medic user create](medic_user_create.md) - Create a user within a mediator control plane * [medic user delete](medic_user_delete.md) - delete a user within a mediator controlplane * [medic user get](medic_user_get.md) - Get details for an user within a mediator control plane * [medic user list](medic_user_list.md) - List users within a mediator control plane -* [medic user update](medic_user_update.md) - Update a user within a mediator control plane