Skip to content

Commit

Permalink
Remove the obsolete flag
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Dec 17, 2022
1 parent e9a5121 commit 692cb58
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pynitrokey/cli/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,7 @@ def rng(count, raw, quiet):

@click.command()
@click.argument("identity")
@click.option(
"--force-restart",
is_flag=True,
help="Force pcscd and GnuPG services restart once finished",
)
def set_identity(identity, force_restart):
def set_identity(identity):
"""Set given identity (one of: 0, 1, 2)
Might require stopping other smart card services to connect directly to the device over CCID interface.
Expand Down

0 comments on commit 692cb58

Please sign in to comment.