From 84f3becdf298d4903af22763c7811cc63a186321 Mon Sep 17 00:00:00 2001 From: Evan Hosinski Date: Thu, 22 May 2025 10:47:10 -0400 Subject: [PATCH] Fixed root.go branding --- cmd/root.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 9414493..d7b9bd1 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -16,8 +16,8 @@ var ( // rootCmd is the base command for the CLI. rootCmd = &cobra.Command{ - Use: "dehasher", - Short: `Dehasher is a cli tool for querying the dehashed api.`, + Use: "crowsnest", + Short: `CrowsNest is a cli tool for querying the common OSINT api's.`, Long: fmt.Sprintf( "%s\n", ` @@ -94,7 +94,7 @@ var setHunterKeyCmd = &cobra.Command{ var setLocalDb = &cobra.Command{ Use: "local-db [true|false]", - Short: "Set dehasher to use a local database path instead of the default path", + Short: "Set crowsnest to use a local database path instead of the default path", Args: cobra.ExactArgs(1), Run: func(cmd *cobra.Command, args []string) { var useLocalDatabase bool