Yubico / yubikey-manager

Python library and command line tool for configuring any YubiKey over all USB interfaces.
https://developers.yubico.com/yubikey-manager/
BSD 2-Clause "Simplified" License
884 stars 126 forks source link

example incorrect #245

Closed trebortech closed 5 years ago

trebortech commented 5 years ago

The code provides an example of programming slot 2 but the example is for slot 1

https://github.com/Yubico/yubikey-manager/blob/d4076afde1aeefd59ec8a44b26c98728a657e83d/ykman/cli/otp.py#L124

emlun commented 5 years ago

Good catch, thanks!