diff --git a/cmd/scale/in/command.go b/cmd/scale/in/command.go index 17c3785..ad03506 100644 --- a/cmd/scale/in/command.go +++ b/cmd/scale/in/command.go @@ -15,7 +15,7 @@ import ( func RegisterCommand(rootCmd *cobra.Command) error { cmd := &cobra.Command{ Use: "in", - Short: "Perform scaling in actions on Nomad jobs and groups.", + Short: "Perform scaling in actions on Nomad jobs and groups", Run: func(cmd *cobra.Command, args []string) { runIn(cmd, args) }, diff --git a/cmd/scale/out/command.go b/cmd/scale/out/command.go index b27ce24..2678799 100644 --- a/cmd/scale/out/command.go +++ b/cmd/scale/out/command.go @@ -15,7 +15,7 @@ import ( func RegisterCommand(rootCmd *cobra.Command) error { cmd := &cobra.Command{ Use: "out", - Short: "Perform scaling out actions on Nomad jobs and groups.", + Short: "Perform scaling out actions on Nomad jobs and groups", Run: func(cmd *cobra.Command, args []string) { runOut(cmd, args) },