Update some command descriptions

This commit is contained in:
M. Mert Yildiran
2023-03-09 19:48:42 +03:00
parent 65c5df3211
commit 49ce15f9da
2 changed files with 2 additions and 2 deletions

View File

@@ -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