Removed the superfluous sentence

This commit is contained in:
wigy 2016-12-20 20:41:10 +01:00 committed by GitHub
parent ceb6bf1326
commit e3f6055850

View File

@ -23,7 +23,7 @@ When run, it will write the bytes of
the serialized private key to stdout. By default, a 2048 bit RSA key will be the serialized private key to stdout. By default, a 2048 bit RSA key will be
generated. In this case the key size can be changed by specifying the `-bitsize` generated. In this case the key size can be changed by specifying the `-bitsize`
option. The key type can be changed by specifying the `-type` option (rsa or option. The key type can be changed by specifying the `-type` option (rsa or
ed25519). Currently only the RSA uses the -bitsize option. ed25519).
``` ```
$ ipfs-key -bitsize=4096 > my-rsa4096.key $ ipfs-key -bitsize=4096 > my-rsa4096.key
@ -36,4 +36,4 @@ PRs accepted.
## License ## License
[MIT](LICENSE) Copyright (c) 2016 [Jeromy Johnson](http://github.com/whyrusleeping) [MIT](LICENSE) Copyright (c) 2016 [Jeromy Johnson](http://github.com/whyrusleeping)