GPG stored key initialisation

Hello !

Many thanks for this wonderfull OnlyKey product.

Just a point about the instructions on how to initialize GPG stored keys in the page:

as the code example contain [email protected] replacement in:

$ onlykey-gpg init "Bob Smith <[email protected]>" -sk ECC5 -dk ECC4 -i [email protected]

And at least lower in the page in:

$ onlykey-gpg init "Bob Smith <[email protected]>" -sk ECC2 -dk ECC1 -i [email protected] -e nist256p1

And as there is nothing else written about it, I had supposed I should repeat the email address after the ‘-i’ and of course it didn’t work.
And as the result of

$ onlykey-gpg -h

was

usage: onlykey-gpg [-h] [--version] {init} ...

options:
  -h, --help  show this help message and exit
  --version   print the version info

Action:
  {init}
    init      initialize hardware-based GnuPG identity

See https://github.com/romanz/trezor-agent/blob/master/doc/README-GPG.md for usage examples.

This did not help me more.

I had to dig in the python code to discover that what was expected was an asc file containing the public key associated.
It takes me hours to understand de problem and discover this.

May be this can be reworded more clearly in the documentation for the next ones.

Best regards.