Skip to content

Commit

Permalink
users
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed Apr 21, 2023
1 parent 944eefa commit 5990fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/userctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ func write(users []*UserInfo) error {
func main() {
users := read()

passwd := flag.String("password", "", "password")
user := flag.String("user", "", "user")
passwd := flag.String("password", "", "password")

flag.Parse()

Expand Down

0 comments on commit 5990fa6

Please sign in to comment.