From 49ce15f9da759090637deb9e24b64ed69e383e06 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Thu, 9 Mar 2023 19:48:42 +0300 Subject: [PATCH] :zap: Update some command descriptions --- cmd/pro.go | 2 +- cmd/scripts.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/pro.go b/cmd/pro.go index 1c3514e42..efe9dc939 100644 --- a/cmd/pro.go +++ b/cmd/pro.go @@ -19,7 +19,7 @@ import ( var proCmd = &cobra.Command{ Use: "pro", - Short: "Acquire a Pro license.", + Short: "Acquire a Pro license", RunE: func(cmd *cobra.Command, args []string) error { acquireLicense() return nil diff --git a/cmd/scripts.go b/cmd/scripts.go index dd6e7983a..040570f4b 100644 --- a/cmd/scripts.go +++ b/cmd/scripts.go @@ -19,7 +19,7 @@ import ( var scriptsCmd = &cobra.Command{ Use: "scripts", - Short: "Watch the `scripting.source` directory for changes and update the scripts.", + Short: "Watch the `scripting.source` directory for changes and update the scripts", RunE: func(cmd *cobra.Command, args []string) error { runScripts() return nil