Yubico / yubikey-personalization

YubiKey Personalization cross-platform library and tool
https://developers.yubico.com/yubikey-personalization/
BSD 2-Clause "Simplified" License
300 stars 82 forks source link

Static Password setting doc error #60

Closed JoshStrobl closed 9 years ago

JoshStrobl commented 9 years ago

In the documentation (README), it states to do the following if you want to set a static password on slot 2:

./ykpersonalize -ofixed=cccccccccccc -a00000000000000000000000000000000 -2

However, it says upon executing the command You must choose slot before any options (-o).

Someone mind updating the doc to have -2 before -ofixed? Thanks =)