From 343a15893dd8a6ced6c62b39b97fa18b76906f3f Mon Sep 17 00:00:00 2001 From: filifa Date: Sun, 14 Jul 2024 19:37:35 -0500 Subject: [PATCH] update long explain --- cmd/root.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, }