X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhello.c;h=2afbba3a3e5f6a34de8c30b5de9e7fa875bd7f0b;hb=30de1bfda4ea0fd4cd01a2055df463767b979ed4;hp=25938bcf88d75e5a45c2f07e5237a32823519e78;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/hello.c b/src/hello.c index 25938bcf88..2afbba3a3e 100644 --- a/src/hello.c +++ b/src/hello.c @@ -105,8 +105,8 @@ const struct command_registration hello_command_handlers[] = { .name = "foo", .mode = COMMAND_ANY, .help = "example command handler skeleton", - .chain = foo_command_handlers, + .usage = "", }, COMMAND_REGISTRATION_DONE };