Skip to content

Commit

Permalink
Merge pull request #85 from kvanzuijlen/fix-help-text
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen authored Dec 10, 2023
2 parents 49dc6fb + fdb72a8 commit 601430f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ cidr

# Dependency directories (remove the comment below to include it)
# vendor/

.idea/
2 changes: 1 addition & 1 deletion cmd/explain.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
Short: "Provides information about a CIDR range",
Run: func(cmd *cobra.Command, args []string) {
if len(args) != 1 {
fmt.Println("error: provide a CIDR range and an IP address")
fmt.Println("error: provide a CIDR range")
fmt.Println("See 'cidr contains -h' for help and examples")
os.Exit(1)
}
Expand Down

0 comments on commit 601430f

Please sign in to comment.