Fixed crawl command help string

This commit is contained in:
David Allen 2024-08-12 16:35:58 -06:00
parent e3d0791ec1
commit 5a2356d7c2
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -18,8 +18,7 @@ var crawlCmd = &cobra.Command{
Use: "crawl [uri]", Use: "crawl [uri]",
Short: "Crawl a single BMC for inventory information", Short: "Crawl a single BMC for inventory information",
Long: "Crawl a single BMC for inventory information. This command does NOT store information\n" + Long: "Crawl a single BMC for inventory information. This command does NOT store information\n" +
"store information about the scan into cache after completion. To do so, use the 'collect'\n" + "about the scan into cache after completion. To do so, use the 'collect' command instead\n\n" +
"command instead\n\n" +
"Examples:\n" + "Examples:\n" +
" magellan crawl https://bmc.example.com\n" + " magellan crawl https://bmc.example.com\n" +
" magellan crawl https://bmc.example.com -i -u username -p password", " magellan crawl https://bmc.example.com -i -u username -p password",