help text: remove trailing space
[fw/openocd] / src / target / dsp563xx.c
index b825429e0b18ab50262dea954c4ecea66048ca94..21bed899653d839072dc3d05404e21b84b892726 100644 (file)
@@ -2243,7 +2243,7 @@ static const struct command_registration dsp563xx_command_handlers[] = {
                .handler = dsp563xx_remove_watchpoint_command,
                .mode = COMMAND_EXEC,
                .help = "remove watchpoint custom",
-               .usage = " ",
+               .usage = "",
        },
        COMMAND_REGISTRATION_DONE
 };