diff --git a/cmd/root.go b/cmd/root.go index fc1a126..38d73d8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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,