Skip to content

Commit

Permalink
Add undocumented option -s to usage listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Stean committed Nov 4, 2018
1 parent 4ae4cc8 commit c52cdb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/nfc-relay-picc.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ print_usage(char *argv[])
printf("\t-q\tQuiet mode. Suppress printing of relayed data (improves timing).\n");
printf("\t-t\tTarget mode only (the one on reader side). Data expected from FD3 to FD4.\n");
printf("\t-i\tInitiator mode only (the one on tag side). Data expected from FD3 to FD4.\n");
printf("\t-s\tSwap roles of found devices.\n");
printf("\t-n N\tAdds a waiting time of N seconds (integer) in the relay to mimic long distance.\n");
}

Expand Down

0 comments on commit c52cdb1

Please sign in to comment.