update long explain

This commit is contained in:
filifa 2024-07-14 19:37:35 -05:00
parent 8c03a8308a
commit 343a15893d
1 changed files with 4 additions and 1 deletions

View File

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