Update some command descriptions

This commit is contained in:
M. Mert Yildiran 2023-03-09 19:48:42 +03:00
parent 65c5df3211
commit 49ce15f9da
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import (
var proCmd = &cobra.Command{ var proCmd = &cobra.Command{
Use: "pro", Use: "pro",
Short: "Acquire a Pro license.", Short: "Acquire a Pro license",
RunE: func(cmd *cobra.Command, args []string) error { RunE: func(cmd *cobra.Command, args []string) error {
acquireLicense() acquireLicense()
return nil return nil

View File

@ -19,7 +19,7 @@ import (
var scriptsCmd = &cobra.Command{ var scriptsCmd = &cobra.Command{
Use: "scripts", 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 { RunE: func(cmd *cobra.Command, args []string) error {
runScripts() runScripts()
return nil return nil