From 3d7cf1e9b764dacbdcf39e9b582915eb1a0fe23e Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 20 Feb 2019 11:29:40 +0100 Subject: [PATCH] chg: text --- client/cmdmain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/cmdmain.c b/client/cmdmain.c index 5b147e76a..9b71df21d 100644 --- a/client/cmdmain.c +++ b/client/cmdmain.c @@ -24,14 +24,14 @@ static command_t CommandTable[] = { {"lf", CmdLF, 1, "{ Low Frequency commands... }"}, {"emv", CmdEMV, 1, "{ EMV iso14443 and iso7816... }"}, {"rem", CmdRem, 1, "{ Add text to row in log file }"}, - {"reveng", CmdRev, 1, "{ Crc calculations from the software reveng 1.53... }"}, + {"reveng", CmdRev, 1, "{ Crc calculations from the RevEng software... }"}, {"script", CmdScript, 1, "{ Scripting commands }"}, {"trace", CmdTrace, 1, "{ Trace manipulation... }"}, #ifdef WITH_FLASH - {"mem", CmdFlashMem, 1, "{ RDV40, Flash Memory manipulation... }"}, + {"mem", CmdFlashMem, 1, "{ Flash Memory manipulation... }"}, #endif #ifdef WITH_SMARTCARD - {"sc", CmdSmartcard, 1, "{ RDV40, Smart card ISO7816 commands... }"}, + {"sc", CmdSmartcard, 1, "{ Smart card ISO7816 commands... }"}, #endif {"quit", CmdQuit, 1, ""}, {"exit", CmdQuit, 1, "Exit program"},