]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
differentiate commands and sub-menus in help
authoradam@algroup.co.uk <adam@algroup.co.uk@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 5 Feb 2010 00:17:38 +0000 (00:17 +0000)
committeradam@algroup.co.uk <adam@algroup.co.uk@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 5 Feb 2010 00:17:38 +0000 (00:17 +0000)
client/cmdhf.c
client/cmdlf.c
client/cmdmain.c

index 7e3a662b9fe546a5ef559bb4a0de9db4e9582288..fc82a50d9ecfc3c154c8d3b08e33587dd18a859d 100644 (file)
@@ -21,9 +21,9 @@ int CmdHFTune(const char *Cmd)
 static command_t CommandTable[] = 
 {
   {"help",        CmdHelp,          1, "This help"},
-  {"14a",         CmdHF14A,         1, "ISO14443A RFIDs"},
-  {"14b",         CmdHF14B,         1, "ISO14443B RFIDs"},
-  {"15",          CmdHF15,          1, "ISO15693 RFIDs"},
+  {"14a",         CmdHF14A,         1, "{ ISO14443A RFIDs... }"},
+  {"14b",         CmdHF14B,         1, "{ ISO14443B RFIDs... }"},
+  {"15",          CmdHF15,          1, "{ ISO15693 RFIDs... }"},
   {"tune",        CmdHFTune,        0, "Continuously measure HF antenna tuning"},
   {NULL, NULL, 0, NULL}
 };
index 26bd5e4fd6b0d1a00c71da5d4cdc234db9bfe9d0..80a9dc2685760033f57179e2e7fee21ce1bd842e 100644 (file)
@@ -428,15 +428,15 @@ static command_t CommandTable[] =
 {
   {"help",        CmdHelp,            1, "This help"},
   {"cmdread",     CmdLFCommandRead,   0, "<off period> <'0' period> <'1' period> <command> ['h'] -- Modulate LF reader field to send command before read (all periods in microseconds) (option 'h' for 134)"},
-  {"em4x",        CmdLFEM4X,          1, "EM4X RFIDs"},
+  {"em4x",        CmdLFEM4X,          1, "{ EM4X RFIDs... }"},
   {"flexdemod",   CmdFlexdemod,       1, "Demodulate samples for FlexPass"},
-  {"hid",         CmdLFHID,           1, "HID RFIDs"},
+  {"hid",         CmdLFHID,           1, "{ HID RFIDs... }"},
   {"indalademod", CmdIndalaDemod,     1, "['224'] -- Demodulate samples for Indala 64 bit UID (option '224' for 224 bit)"},
   {"read",        CmdLFRead,          0, "['h'] -- Read 125/134 kHz LF ID-only tag (option 'h' for 134)"},
   {"sim",         CmdLFSim,           0, "[GAP] -- Simulate LF tag from buffer with optional GAP (in microseconds)"},
   {"simbidir",    CmdLFSimBidir,      0, "Simulate LF tag (with bidirectional data transmission between reader and tag)"},
   {"simman",      CmdLFSimManchester, 0, "<Clock> <Bitstream> [GAP] Simulate arbitrary Manchester LF tag"},
-  {"ti",          CmdLFTI,            1, "TI RFIDs"},
+  {"ti",          CmdLFTI,            1, "{ TI RFIDs... }"},
   {"vchdemod",    CmdVchDemod,        1, "['clone'] -- Demodulate samples for VeriChip"},
   {NULL, NULL, 0, NULL}
 };
index 30b431f55895b27248469c6d165b11081d2588d1..3732146a417af352f1423797c60f562e750203e8 100644 (file)
@@ -21,11 +21,11 @@ static int CmdQuit(const char *Cmd);
 static command_t CommandTable[] = 
 {
   {"help",  CmdHelp,  1, "This help. Use '<command> help' for details of the following commands:\n"},
-  {"data",  CmdData,  1, "Plot window / data buffer manipulation"},
+  {"data",  CmdData,  1, "{ Plot window / data buffer manipulation... }"},
   {"exit",  CmdQuit,  1, "Exit program"},
-  {"hf",    CmdHF,    1, "HF commands"},
-  {"hw",    CmdHW,    1, "Hardware commands"},
-  {"lf",    CmdLF,    1, "LF commands"},
+  {"hf",    CmdHF,    1, "{ HF commands... }"},
+  {"hw",    CmdHW,    1, "{ Hardware commands... }"},
+  {"lf",    CmdLF,    1, "{ LF commands... }"},
   {"quit",  CmdQuit,  1, "Quit program"},
   {NULL, NULL, 0, NULL}
 };
Impressum, Datenschutz