From 27a477d07a6801edf3a608429747871b0635d568 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 30 Nov 2020 13:48:35 +0100 Subject: [PATCH] text --- Makefile | 2 +- doc/cliparser_todo.txt | 6 ------ doc/commands.md | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 5db98f655..b7e942f58 100644 --- a/Makefile +++ b/Makefile @@ -251,7 +251,7 @@ print-%: ; @echo $* = $($*) cliparser: # Get list of all commands - cat doc/commands.md | grep -e ^\|\` | cut -f 2 -d "\`" | grep -v 'help\|list' | awk '{$$1=$$1};1' > cliparser_all_commands.tmp + cat doc/commands.md | grep -e ^\|\` | cut -f 2 -d "\`" | grep -v 'help\|list\|mem spiffs\|quit\|exit' | awk '{$$1=$$1};1' > cliparser_all_commands.tmp # Get list of cliparserized commands grep -r CLIParserInit ./client/src/ | cut -f 2 -d "\"" | awk '{$$1=$$1};1' > cliparser_done.tmp # Determine commands that still need cliparser conversion diff --git a/doc/cliparser_todo.txt b/doc/cliparser_todo.txt index ecfcf9594..653c3edc4 100644 --- a/doc/cliparser_todo.txt +++ b/doc/cliparser_todo.txt @@ -1,8 +1,6 @@ clear pref rem -quit -exit analyse lcr analyse crc analyse chksum @@ -180,9 +178,6 @@ lf simpsk lf simbidir lf sniff lf tune -lf destron demod -lf destron read -lf destron sim lf em 410x_demod lf em 410x_read lf em 410x_sim @@ -248,7 +243,6 @@ lf t55xx recoverpw lf t55xx sniff lf t55xx special lf t55xx wipe -mem spiffs smart info smart reader smart raw diff --git a/doc/commands.md b/doc/commands.md index 8a2c6ea84..b3a0fe688 100644 --- a/doc/commands.md +++ b/doc/commands.md @@ -565,7 +565,7 @@ Check column "offline" for their availability. |------- |------- |----------- |`lf destron help `|Y |`This help` |`lf destron demod `|Y |`Demodulate an Destron tag from the GraphBuffer` -|`lf destron read `|N |`Attempt to read and extract tag data from the antenna` +|`lf destron reader `|N |`Attempt to read and extract tag data from the antenna` |`lf destron clone `|N |`Clone Destron tag to T55x7` |`lf destron sim `|N |`Simulate Destron tag`