From 8989dd8336e40acb70dc8f4d0702ce8bf23c0d1a Mon Sep 17 00:00:00 2001 From: QxQ <59914293+U-v-U@users.noreply.github.com> Date: Sun, 18 Apr 2021 15:37:23 +0800 Subject: [PATCH] fix typo --- main/commands/all/uuid.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }