Skip to content

Commit

Permalink
gofmt fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrawap committed Sep 10, 2020
1 parent 44a4000 commit 90c9d3a
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 @@ -445,7 +445,7 @@ func (e *Explorer) readdir(dir string) {

type Options struct {
Resilient bool `long:"resilient" description:"DEPRECATED and ignored, resilient is a default, use --stop-on-error if it is undesired behaviour"`
StopOnError bool `long:"stop-on-error" description:"Aborts scan on any error"`
StopOnError bool `long:"stop-on-error" description:"Aborts scan on any error"`
Inodes bool `long:"inodes" description:"Output inodes along with filenames"`
Threads int `short:"j" long:"jobs" description:"Number of jobs(threads)" default:"128"`
WithSizes bool `long:"with-size" description:"Output file sizes along with filenames"`
Expand Down

0 comments on commit 90c9d3a

Please sign in to comment.