whyrusleeping / ipfs-key

A program to generate ipfs private keys
MIT License
55 stars 41 forks source link

-size should be -bitsize in Github Usage section. #1

Closed NeoTeo closed 7 years ago

NeoTeo commented 8 years ago

Your Usage doc says to use

ipfs-key -size=4096 > my.key but the command is currently ipfs-key -bitsize=4096 > my.key

:)

wigy-opensource-developer commented 7 years ago

As far as I can tell, this is already fixed on the master.

whyrusleeping commented 7 years ago

Yeap, this has been fixed