summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-05 10:34:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-05 10:34:38 -0600
commit673946b229c82a71fc136b2f833baf1fa81fa168 (patch)
tree94fb09f3db729f61617af2ee60c41c71c21173d7 /apps/nshlib
parent7f139eb429da25e0bad9f80d7b8de5a3c57ea3b7 (diff)
downloadpx4-nuttx-673946b229c82a71fc136b2f833baf1fa81fa168.tar.gz
px4-nuttx-673946b229c82a71fc136b2f833baf1fa81fa168.tar.bz2
px4-nuttx-673946b229c82a71fc136b2f833baf1fa81fa168.zip
Fix some delroute errors
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/nsh_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_parse.c b/apps/nshlib/nsh_parse.c
index 4d3c066c1..b293f4983 100644
--- a/apps/nshlib/nsh_parse.c
+++ b/apps/nshlib/nsh_parse.c
@@ -193,7 +193,7 @@ static const struct cmdmap_s g_cmdmap[] =
# endif
#if defined(CONFIG_NET) && defined(CONFIG_NET_ROUTE) && !defined(CONFIG_NSH_DISABLE_DELROUTE)
- { "delroute", cmd_addroute, 3, 3, "<target> <netmask>" },
+ { "delroute", cmd_delroute, 3, 3, "<target> <netmask>" },
#endif
#if CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT) && \