X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7a494188f916687201f8baa29a1322b7be7dc17f..693f7cf770e830bdcd63c050ded2166a20aa06b5:/winsrc/command.cpp diff --git a/winsrc/command.cpp b/winsrc/command.cpp index 14974528..fa583263 100644 --- a/winsrc/command.cpp +++ b/winsrc/command.cpp @@ -2633,7 +2633,7 @@ static struct { {"norm", CmdNorm,1, " Normalize max/min to +/-500"}, {"plot", CmdPlot,1, " Show graph window"}, {"quit", CmdQuit,1, " Quit program"}, - {"readmem", CmdReadmem,0, " [address] Read memory at decimal address from flash"}, + {"readmem", CmdReadmem,0, " [address] -- Read memory at decimal address from flash"}, {"reset", CmdReset,0, " Reset the Proxmark3"}, {"save", CmdSave,1, " -- Save trace (from graph window)"}, {"scale", CmdScale,1, " -- Set cursor display scale"},