Skip to content

Commit

Permalink
Don't use leading zero in serial example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 10, 2023
1 parent 770e95b commit b3e408d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion man/ykman.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH YKMAN "1" "August 2023" "ykman 5.2.0" "User Commands"
.TH YKMAN "1" "October 2023" "ykman 5.2.1" "User Commands"
.SH NAME
ykman \- YubiKey Manager (ykman)
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions ykman/_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def cli(ctx, device, log_level, log_file, reader):
$ ykman list --serials
\b
Show information about YubiKey with serial number 0123456:
$ ykman --device 0123456 info
Show information about YubiKey with serial number 123456:
$ ykman --device 123456 info
"""
ctx.obj = YkmanContextObject()

Expand Down

0 comments on commit b3e408d

Please sign in to comment.