fix typo in "set" help output

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1880 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 14 years ago
parent 76d803f521
commit 6833ebdfef

@ -14,6 +14,7 @@
* src/part/part.c: Fix indentation style.
* src/cmd/cmd_get.c: Fix typo in help output.
* src/cmd/cmd_set.c: Fix typo in help output.
2011-02-17 Mike Frysinger <vapier@gentoo.org>

@ -114,7 +114,7 @@ cmd_set_help (void)
"DIR requested signal direction; possible values: 'in' or 'out'\n"
"DATA desired output signal value ('0' or '1'); used only if DIR\n"
" is 'out'\n"),
"set signal");
"set");
}
const urj_cmd_t urj_cmd_set = {

Loading…
Cancel
Save