aboutsummaryrefslogtreecommitdiff
path: root/cmd/episodes.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/episodes.go')
-rw-r--r--cmd/episodes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/episodes.go b/cmd/episodes.go
index eac501a..203e6e3 100644
--- a/cmd/episodes.go
+++ b/cmd/episodes.go
@@ -66,5 +66,5 @@ var episodesCmd = &cobra.Command{
func init() {
rootCmd.AddCommand(episodesCmd)
- episodesCmd.Flags().StringP("set-value", "s", "", "status to be set")
+ episodesCmd.Flags().StringP("set-value", "s", "", "Number of episodes")
}