diff --git a/cmd/crawl.go b/cmd/crawl.go index 84fb24e..cd573ed 100644 --- a/cmd/crawl.go +++ b/cmd/crawl.go @@ -12,7 +12,11 @@ import ( ) var crawlCmd = &cobra.Command{ - Use: "crawl [uri] e.g. magellan crawl https://bmc.example.com", + Use: "crawl [uri]", + Long: "Crawl a single BMC for inventory information\n" + + "\n" + + "Example:\n" + + " magellan crawl https://bmc.example.com", Short: "Crawl a single BMC for inventory information", Args: func(cmd *cobra.Command, args []string) error { // Validate that the only argument is a valid URI