The help text is present but not hooked into the command structure. Fix this. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- commands/ip-route-get.c | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/ip-route-get.c b/commands/ip-route-get.c index 7c304694db..b3d4ecce82 100644 --- a/commands/ip-route-get.c +++ b/commands/ip-route-get.c @@ -93,4 +93,5 @@ BAREBOX_CMD_START(ip_route_get) BAREBOX_CMD_OPTS("[-b] <IP> [variable]") BAREBOX_CMD_GROUP(CMD_GRP_MISC) BAREBOX_CMD_COMPLETE(empty_complete) + BAREBOX_CMD_HELP(cmd_ip_route_get_help) BAREBOX_CMD_END -- 2.19.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox