diff --git a/main/commands/all/uuid.go b/main/commands/all/uuid.go index 804edef64..11ad9488b 100644 --- a/main/commands/all/uuid.go +++ b/main/commands/all/uuid.go @@ -9,8 +9,8 @@ import ( var cmdUUID = &base.Command{ UsageLine: "{{.Exec}} uuid", - Short: "generate new UUIDs", - Long: `Generate new UUIDs. + Short: "generate new UUID", + Long: `Generate new UUID. `, Run: executeUUID, }