mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Fixed crawl command help string
This commit is contained in:
parent
e3d0791ec1
commit
5a2356d7c2
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue