This commit is contained in:
Kristoffer Dalby
2025-07-15 16:17:31 +00:00
parent 8253d588c6
commit 04d2e553bf
2 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ var createUserCmd = &cobra.Command{
}
var destroyUserCmd = &cobra.Command{
Use: "destroy --identifier ID or --name NAME",
Use: "destroy --user USER or --name NAME",
Short: "Destroys a user",
Aliases: []string{"delete"},
Run: func(cmd *cobra.Command, args []string) {