mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Remove cliparser from make help
This commit is contained in:
parent
1e40db9a35
commit
d9fb6991a0
2 changed files with 1 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -169,7 +169,6 @@ help:
|
||||||
@echo "+ fpga_compress - Make tools/fpga_compress"
|
@echo "+ fpga_compress - Make tools/fpga_compress"
|
||||||
@echo
|
@echo
|
||||||
@echo "+ style - Apply some automated source code formatting rules"
|
@echo "+ style - Apply some automated source code formatting rules"
|
||||||
@echo "+ cliparser - Generate cliparser TODO"
|
|
||||||
@echo "+ check - Run offline tests. Set CHECKARGS to pass arguments to the test script"
|
@echo "+ check - Run offline tests. Set CHECKARGS to pass arguments to the test script"
|
||||||
@echo "+ .../check - Run offline tests against specific target. See above."
|
@echo "+ .../check - Run offline tests against specific target. See above."
|
||||||
@echo "+ miscchecks - Detect various encoding issues in source code"
|
@echo "+ miscchecks - Detect various encoding issues in source code"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Command line parser
|
# Command line parser
|
||||||
|
|
||||||
cliparser - librari for proxmark with command line parsing high level functions.
|
cliparser - library for proxmark with command line parsing high level functions.
|
||||||
|
|
||||||
## External libraries:
|
## External libraries:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue