mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 09:10:06 +08:00
Changed file extension used on output file usage example in gen_pm3mfsim_script.sh
This commit is contained in:
parent
1f3e671443
commit
1cef42b742
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ show_usage()
|
||||||
{
|
{
|
||||||
echo
|
echo
|
||||||
echo "Usage:"
|
echo "Usage:"
|
||||||
echo "${0##/} input_eml_without_extension output.pm3scr"
|
echo "${0##/} input_eml_without_extension output.cmd"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue