Selaa lähdekoodia

Update uuid.go

QxQ 4 vuotta sitten
vanhempi
commit
3a51c255eb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      infra/control/uuid.go

+ 1 - 1
infra/control/uuid.go

@@ -15,7 +15,7 @@ func (c *UUIDCommand) Name() string {
 
 func (c *UUIDCommand) Description() Description {
 	return Description{
-		Short: "Generate new UUIDs",
+		Short: "Generate new UUID",
 		Usage: []string{"v2ctl uuid"},
 	}
 }