mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
typo
This commit is contained in:
parent
a6d0b40fa3
commit
df1c24c42a
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ for tool, bin in tools.items():
|
|||
|
||||
parser = argparse.ArgumentParser(description='A script combining staticnested* tools '
|
||||
'to recover all keys from a FM11RF08S card.')
|
||||
parser.add_argument('-x', '--init-check', action='store_true', help='Do not run an initial fchk for default keys')
|
||||
parser.add_argument('-y', '--final-check', action='store_true', help='Do not run a final fchk with the found keys')
|
||||
parser.add_argument('-x', '--init-check', action='store_true', help='Run an initial fchk for default keys')
|
||||
parser.add_argument('-y', '--final-check', action='store_true', help='Run a final fchk with the found keys')
|
||||
parser.add_argument('-d', '--debug', action='store_true', help='Enable debug mode')
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue