clarify usage

This commit is contained in:
filifa 2024-07-14 19:29:38 -05:00
parent d544a1f052
commit 8c03a8308a
1 changed files with 1 additions and 1 deletions

View File

@ -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,