Skip to content

Commit

Permalink
add -od/-full include the historic data
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Jun 9, 2022
1 parent 610f9e0 commit a300d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func init() {
flags.IntVarP(&args.FetchSize, "fetch-size", "fs", args.FetchSize, "The maximum number of query"),
flags.BoolVarP(&args.Exclude, "exclude", "e", args.Exclude, "Exclude the honeypot."),
flags.BoolVarP(&args.Include, "include", "i", args.Include, "Include the honeypot."),
flags.BoolVarP(&args.OldData, "old-data", "od", args.Include, "Include the historic data (old Data)."),
flags.BoolVarP(&args.OldData, "full", "od", args.Include, "Include the historic data (old Data)."),
flags.BoolVarP(&args.ExcludeCountryCN, "exclude-country-cn", "ec", false, "Exclude CN."),
// 就是没用
flags.BoolVarP(&args.UniqByQuery, "unique-by-query", "ubq", false, "De-duplicate the input source"),
Expand Down

0 comments on commit a300d33

Please sign in to comment.