cmd/hydroxide: remove newline before usage

Signed-off-by: Anirudh <icyph0x@pm.me>
This commit is contained in:
Anirudh 2019-07-28 15:00:03 +05:30 committed by Simon Ser
parent 061cd42d4e
commit f8ed15f423
1 changed files with 2 additions and 2 deletions

View File

@ -283,8 +283,8 @@ func main() {
}() }()
log.Fatal(<-done) log.Fatal(<-done)
default: default:
log.Println(` log.Println(
usage: hydroxide <command> `usage: hydroxide <command>
commands: commands:
auth <username> Login to ProtonMail via hydroxide auth <username> Login to ProtonMail via hydroxide
export-secret-keys Export keys export-secret-keys Export keys