From d9fb6991a0962ffec7f2625e600bd601f3ecc934 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 22 May 2021 22:54:31 +0200 Subject: [PATCH] Remove cliparser from make help --- Makefile | 1 - client/deps/cliparser/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 02fbe820b..4f5af87e0 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,6 @@ help: @echo "+ fpga_compress - Make tools/fpga_compress" @echo @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 against specific target. See above." @echo "+ miscchecks - Detect various encoding issues in source code" diff --git a/client/deps/cliparser/README.md b/client/deps/cliparser/README.md index 2b321946f..ae6d5b49c 100644 --- a/client/deps/cliparser/README.md +++ b/client/deps/cliparser/README.md @@ -1,6 +1,6 @@ # 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: