diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 18:36:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 18:36:25 +0530 |
commit | e61698cc5b428ff80a1fe3e2da18c047df47b1d3 (patch) | |
tree | 9734d6d38706346420ed14617c10f676a834db3f /cmd/episodes.go | |
parent | d3951be451e7df5d889061716c94602ba6b1d71a (diff) |
added chapters command
Diffstat (limited to 'cmd/episodes.go')
-rw-r--r-- | cmd/episodes.go | 2 |
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") } |