Skip to content

Commit

Permalink
regexp for deletion of duplicate help message
Browse files Browse the repository at this point in the history
  • Loading branch information
thc committed Jul 5, 2019
1 parent eca4995 commit f526614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func main() {
flag.BoolVar(&flagSilent, "S", false, "Silent (no output)")
flag.BoolVar(&flagForceLink, "f", false, "force relink (even with already linked files")
flag.BoolVar(&flagInteractive, "it", false, "interactive deletion")
flag.StringVar(&flagRegexp, "regexp", "%d", "regexp for deletion of duplicate")
flag.StringVar(&flagRegexp, "delregexp", "%d", "regexp for deletion")
flag.StringVar(&flagExcludeRegexp, "exclude", "", "exclusion regexp")
flag.Int64Var(&flagMinSize, "minsize", 1024*4, "minimal file size")
flag.Int64Var(&flagMaxSize, "maxsize", 650*1014*1024, "maximal file size")
Expand Down

0 comments on commit f526614

Please sign in to comment.