Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
amend help text
Browse files Browse the repository at this point in the history
  • Loading branch information
sampointer committed Dec 20, 2020
1 parent 18c97e5 commit 796b85d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ var format string
var rootCmd = &cobra.Command{
Use: "digg ipv4_address|ipv6_address ...",
Short: "look up Google IP address details",
Long: `Intelligently parses the current Google ip-ranges.json to enable you to
look up details of any specific IP address.
Long: `Intelligently parses the current Google public IP manifests to enable
you to look up details of any specific IP address.
See https://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html for more
information.`,
See https://support.google.com/a/answer/10026322?hl=en for more information.`,
// Uncomment the following line if your bare application
// has an action associated with it:
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 796b85d

Please sign in to comment.