Skip to content

Commit be8fee3

Browse files
committed
fix -d
1 parent ad79edb commit be8fee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ipdex/file/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func FileCommand(file string, forceRefresh bool, yes bool) {
160160
if outputFormat == display.HumanFormat {
161161
fmt.Println()
162162
style.Infof("View report ipdex report show %d", report.ID)
163-
style.Infof("View all IPs in report ipdex report show %d d", report.ID)
163+
style.Infof("View all IPs in report ipdex report show %d -d", report.ID)
164164
}
165165
}
166166

0 commit comments

Comments
 (0)