summaryrefslogtreecommitdiff
path: root/cmd/upstream.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/upstream.go')
-rw-r--r--cmd/upstream.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/upstream.go b/cmd/upstream.go
index c40528b..a9f40ef 100644
--- a/cmd/upstream.go
+++ b/cmd/upstream.go
@@ -27,7 +27,7 @@ input target can be added as an argument or as a file
func upstream(cmd *cobra.Command, args []string) {
if len(args) > 1 {
- panic(errors.New("too many arguments!"))
+ panic(errors.New("too many arguments"))
} else if len(args) == 1 {
if utils.IsValidIP(args[0]) {
prober.Get_upstream_ip(args[0])