Skip to content

Commit

Permalink
fix: Add help for htpasswd flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed May 18, 2024
1 parent 8b7268c commit 19374de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ type CLI struct {
}

type HtPassWDCmd struct {
User string `required:"" short:"u"`
Pass string `required:"" short:"p"`
User string `required:"" short:"u" help:"The username"`
Pass string `required:"" short:"p" help:"The password (pay attention to shell history)"`
}

type versionCmd struct{}
Expand Down

0 comments on commit 19374de

Please sign in to comment.