X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhello.c;h=2afbba3a3e5f6a34de8c30b5de9e7fa875bd7f0b;hb=30de1bfda4ea0fd4cd01a2055df463767b979ed4;hp=903123c492588983a24dd3b1028935884fd1c936;hpb=250dc580561269737ca9a87ef92cb6aaa4570842;p=openocd.git diff --git a/src/hello.c b/src/hello.c index 903123c492..2afbba3a3e 100644 --- a/src/hello.c +++ b/src/hello.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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -107,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 };