X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftestee.c;h=236ac9aba917496fc2c4894792e94f6dfdb2314f;hp=b95cb82bc8505b44a114027b3a42402a22ac0963;hb=57962f4d1c2db12dffa03c7357f5d7e0d8f71fb8;hpb=7aade468437a8b50e231c29c9889b67fe53dbccc diff --git a/src/target/testee.c b/src/target/testee.c index b95cb82bc8..236ac9aba9 100644 --- a/src/target/testee.c +++ b/src/target/testee.c @@ -12,9 +12,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -32,8 +30,8 @@ static const struct command_registration testee_command_handlers[] = { .name = "testee", .mode = COMMAND_ANY, .help = "testee target commands", - .chain = hello_command_handlers, + .usage = "", }, COMMAND_REGISTRATION_DONE };