Changed short help message for root command

This commit is contained in:
David Allen 2024-07-30 14:23:53 -06:00
parent 8ff71f6cef
commit 1ea779e802
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -48,7 +48,7 @@ var (
// a help message and then exits. // a help message and then exits.
var rootCmd = &cobra.Command{ var rootCmd = &cobra.Command{
Use: "magellan", Use: "magellan",
Short: "Tool for BMC discovery", Short: "Redfish-based BMC discovery tool",
Long: "", Long: "",
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
if len(args) == 0 { if len(args) == 0 {