Skip to content

Commit

Permalink
fix flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Oct 13, 2024
1 parent 26afb8a commit dbcb576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/slackdump/internal/archive/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var fastSearch bool

func init() {
for _, cmd := range []*base.Command{cmdSearchMessages, cmdSearchFiles, cmdSearchAll} {
cmd.Flag.BoolVar(&fastSearch, "-no-channel-users", false, "skip channel users (approx ~2.5x faster)")
cmd.Flag.BoolVar(&fastSearch, "no-channel-users", false, "skip channel users (approx ~2.5x faster)")
}
}

Expand Down

0 comments on commit dbcb576

Please sign in to comment.