Skip to content

Commit

Permalink
replace spaces with tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
porterhau5 committed Oct 12, 2016
1 parent 1a68c9d commit 3c68dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruler.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func main() {
stopSuccessPtr := flag.Bool("stop", false, "Stop on successfully finding a username/password")
userList := flag.String("usernames", "", "Filename for a List of usernames")
passList := flag.String("passwords", "", "Filename for a List of passwords")
userpassList := flag.String("userpass", "", "Filename for a List of username:password combinations separated by a colon, one pair per line")
userpassList := flag.String("userpass", "", "Filename for a List of username:password combinations separated by a colon, one pair per line")
verbosePtr := flag.Bool("v", false, "Be verbose, show failures")
conscPtr := flag.Int("attempts", 2, "Number of attempts before delay")
delayPtr := flag.Int("delay", 5, "Delay between attempts")
Expand Down

0 comments on commit 3c68dad

Please sign in to comment.