s/flags/options/

This commit is contained in:
Simon Ser 2020-09-14 11:30:12 +02:00
parent 784a69efa0
commit 524e2fc323
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ func listenAndServeCardDAV(addr string, authManager *auth.Manager, eventsManager
return s.ListenAndServe()
}
const usage = `usage: hydroxide <flags> <command>
const usage = `usage: hydroxide [options...] <command>
Commands:
auth <username> Login to ProtonMail via hydroxide
carddav Run hydroxide as a CardDAV server
@ -120,7 +120,7 @@ Commands:
smtp Run hydroxide as an SMTP server
status View hydroxide status
Flags:
Global options:
-debug
Enable debug logs
-smtp-host example.com