mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-28 17:19:44 +00:00
⚡ Update some command descriptions
This commit is contained in:
parent
65c5df3211
commit
49ce15f9da
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user