diff --git a/README.md b/README.md index 4992b39..130c7c8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ import ( ) type SendEmails struct { - Email string `flag:"email" description:"The subject of the mail" required:"true"` + Email string `flag:"email" required:"true"` } func (s SendEmails) Name() string {