mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Changed short help message for root command
This commit is contained in:
parent
8ff71f6cef
commit
1ea779e802
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue