From 5a2356d7c277e4cb03eae630170096d6b0a3ef16 Mon Sep 17 00:00:00 2001 From: David Allen Date: Mon, 12 Aug 2024 16:35:58 -0600 Subject: [PATCH] Fixed crawl command help string --- cmd/crawl.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/crawl.go b/cmd/crawl.go index ac797a8..1eff5ad 100644 --- a/cmd/crawl.go +++ b/cmd/crawl.go @@ -18,8 +18,7 @@ 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\n" + - "store information about the scan into cache after completion. To do so, use the 'collect'\n" + - "command instead\n\n" + + "about the scan into cache after completion. To do so, use the 'collect' command instead\n\n" + "Examples:\n" + " magellan crawl https://bmc.example.com\n" + " magellan crawl https://bmc.example.com -i -u username -p password",