Skip to content

Commit

Permalink
fix a mistake in help, fixed is up to 16 bytes, 32 characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
klali committed Aug 19, 2015
1 parent e3ea2f0 commit 3eadb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ykpers-args.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const char *usage =
" YubiKey 3.0 and newer only\n"
"-oOPTION change configuration option. Possible OPTION arguments are:\n"
" fixed=xxxxxxxxxxx The public identity of key, in MODHEX.\n"
" This is 0-16 characters long.\n"
" This is 0-32 characters long.\n"
" uid=xxxxxx The uid part of the generated ticket, in HEX.\n"
" MUST be 12 characters long.\n"
" access=xxxxxxxxxxx New access code to set, in HEX.\n"
Expand Down

0 comments on commit 3eadb9f

Please sign in to comment.