From 8c03a8308a51bdaf1f3ce6c2622bb5a428de47c5 Mon Sep 17 00:00:00 2001 From: filifa Date: Sun, 14 Jul 2024 19:29:38 -0500 Subject: [PATCH] clarify usage --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,