Add user id to help

This commit is contained in:
kolaente 2020-08-13 16:17:39 +02:00
parent 4de436624d
commit caa6cf81f8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ var userCreateCmd = &cobra.Command{
}
var userUpdateCmd = &cobra.Command{
Use: "update",
Use: "update [user id]",
Short: "Update an existing user.",
Args: cobra.ExactArgs(1),
PreRun: func(cmd *cobra.Command, args []string) {