summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-01-04 15:17:50 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-04 15:17:52 +0100
commiteb3c1d18a0309456fbd0e6b12eaa76f1faaa3a19 (patch)
tree150e36d24e14e8f9eb736f23fd569023f9d98c97 /commands
parent8a4cbfb0aaec6f23c576815e467c60f71e1e8e91 (diff)
downloadbarebox-eb3c1d18a0309456fbd0e6b12eaa76f1faaa3a19.tar.gz
barebox-eb3c1d18a0309456fbd0e6b12eaa76f1faaa3a19.tar.xz
net: ip_route_get: Hook help text to command
The help text is present but not hooked into the command structure. Fix this. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/ip-route-get.c1
1 files changed, 1 insertions, 0 deletions
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