mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Separated auth from util and fixed help strings
This commit is contained in:
parent
dce823c6d8
commit
3287d76588
4 changed files with 10 additions and 11 deletions
|
|
@ -17,10 +17,9 @@ import (
|
|||
var crawlCmd = &cobra.Command{
|
||||
Use: "crawl [uri]",
|
||||
Short: "Crawl a single BMC for inventory information",
|
||||
Long: "Crawl a single BMC for inventory information. This command does NOT store information" +
|
||||
"store information about the scan into cache after completion. To do so, use the 'collect'" +
|
||||
"command instead\n" +
|
||||
"\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" +
|
||||
"command instead\n\n" +
|
||||
"Examples:\n" +
|
||||
" magellan crawl https://bmc.example.com\n" +
|
||||
" magellan crawl https://bmc.example.com -i -u username -p password",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue