From 1ea779e802ce8a9fae9826fc7c32a61d04a97fc9 Mon Sep 17 00:00:00 2001 From: David Allen Date: Tue, 30 Jul 2024 14:23:53 -0600 Subject: [PATCH] Changed short help message for root command --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 75f77aa..3c00d91 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -48,7 +48,7 @@ var ( // a help message and then exits. var rootCmd = &cobra.Command{ Use: "magellan", - Short: "Tool for BMC discovery", + Short: "Redfish-based BMC discovery tool", Long: "", Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 {