Skip to content

Commit ad79edb

Browse files
committed
fix: flag option in CLI doc to show all the IPs
1 parent ab817b2 commit ad79edb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 -w", report.ID)
163+
style.Infof("View all IPs in report ipdex report show %d d", report.ID)
164164
}
165165
}
166166

cmd/ipdex/search/search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func SearchCommand(query string, since string, maxResult int) {
125125
fmt.Println()
126126
style.Infof("Created report with ID '%d'.", report.ID)
127127
style.Infof("View report ipdex report show %d", report.ID)
128-
style.Infof("View all IPs in report ipdex report show %d -w", report.ID)
128+
style.Infof("View all IPs in report ipdex report show %d -d", report.ID)
129129
}
130130
}
131131

0 commit comments

Comments
 (0)