summaryrefslogtreecommitdiff
path: root/cmd/redqctl/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/redqctl/main.go')
-rw-r--r--cmd/redqctl/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/redqctl/main.go b/cmd/redqctl/main.go
index f6f9e9e..e60ea85 100644
--- a/cmd/redqctl/main.go
+++ b/cmd/redqctl/main.go
@@ -32,8 +32,8 @@ func create(args []string, db *redqdb.SafeDB) {
ac := &redqdb.Account{}
ac.Info = &redqdb.Login{}
- f.StringVar(&ac.Email, "email", "",
- "The email to associate with the account")
+ f.StringVar(&ac.UserName, "username", "",
+ "The username to associate with the account")
f.StringVar(&ac.Info.FirstName, "fname", "",
"The first name to associate with the account")
f.StringVar(&ac.Info.LastName, "lname", "",