Skip to content

Commit

Permalink
Merge pull request #35 from vedmaka/main
Browse files Browse the repository at this point in the history
Fixes a typo in user update help message
  • Loading branch information
tahergalal authored Nov 27, 2023
2 parents db1f708 + de605a0 commit ac3911c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/users/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (

var userUpdateCmd = &cobra.Command{
Use: "user [userId]",
Short: "Updates a specific tag",
Long: `Updates the specific tag by setting new values either by file input or flags / environment variables`,
Short: "Updates a specific user",
Long: `Updates the specific user details`,
Run: func(cmd *cobra.Command, args []string) {
updateUserRequest := *userManagementClient.NewUpdateUserRequestWithDefaults()
content := contaboCmd.OpenStdinOrFile()
Expand Down

0 comments on commit ac3911c

Please sign in to comment.