clarify usage
This commit is contained in:
parent
d544a1f052
commit
8c03a8308a
|
@ -144,7 +144,7 @@ func mlblive(cmd *cobra.Command, args []string) {
|
|||
|
||||
// rootCmd represents the base command when called without any subcommands
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "mlblive",
|
||||
Use: "mlblive -t [team]",
|
||||
Short: "Output data from Major League Baseball's Stats API",
|
||||
Long: `Output data from Major League Baseball's Stats API`,
|
||||
Run: mlblive,
|
||||
|
|
Loading…
Reference in New Issue