fix the idcode usage to describe what it actually does

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1612 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 16 years ago
parent 1613092819
commit 0ca7bfc9f5

@ -10,6 +10,8 @@
actually worked but only returned zero's as this is confusing -- be clear
in that we didn't even attempt to read the idcode
* src/cmd/cmd_idcode.c: update usage to reflect reality
2009-05-19 Arnim Laeuger <arniml>
* data/Makefile.am, data/broadcom/bcm6348/bcm6348,

@ -61,9 +61,10 @@ cmd_idcode_help (void)
{
urj_log (URJ_LOG_LEVEL_NORMAL,
_("Usage: %s [BYTES]\n"
"Read [BYTES]|all IDCODEs of all parts in a JTAG chain.\n"
"Read [BYTES] IDCODEs of all parts in a JTAG chain.\n"
"\n"
"BYTES must be an unsigned integer, Use 0 for BYTES to read all bytes\n"),
"BYTES must be an unsigned integer, and the default is 0.\n"
"If BYTES is 0, IDCODEs will be read until 32 consecutive zeros are found.\n"),
"idcode");
}

Loading…
Cancel
Save