Change output filename in credentials generation script
This commit is contained in:
parent
101edcc1a2
commit
058b572d16
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ type Credential struct {
|
|||
func main() {
|
||||
username := flag.String("username", "admin", "Username")
|
||||
password := flag.String("password", "admin", "Password")
|
||||
output := flag.String("output", "rank.csv", "Output filename")
|
||||
output := flag.String("output", "credentials.csv", "Output filename")
|
||||
|
||||
flag.Parse()
|
||||
|
||||
|
|
Loading…
Reference in a new issue