diff --git a/cmd/root.go b/cmd/root.go index 38d73d8..cdc400f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -146,7 +146,10 @@ func mlblive(cmd *cobra.Command, args []string) { var rootCmd = &cobra.Command{ Use: "mlblive -t [team]", Short: "Output data from Major League Baseball's Stats API", - Long: `Output data from Major League Baseball's Stats API`, + Long: `Output data from Major League Baseball's Stats API. + +mlblive will establish a websocket connection with ws.statsapi.mlb.com and +output JSON with live updates of a team's game.`, Run: mlblive, }