apps/nshlib/README.txt: Update to include the new rptun command.

This commit is contained in:
Gregory Nutt
2019-11-03 09:44:02 -06:00
parent 611bc6c139
commit c3dd0b9c06
2 changed files with 13 additions and 7 deletions

View File

@@ -437,7 +437,7 @@ static const struct cmdmap_s g_cmdmap[] =
#endif
#if defined(CONFIG_RPTUN) && !defined(CONFIG_NSH_DISABLE_RPTUN)
{ "rptun", cmd_rptun, 3, 3, "<start|stop> <dev-path>" },
{ "rptun", cmd_rptun, 3, 3, "start|stop <dev-path>" },
#endif
#ifndef CONFIG_NSH_DISABLE_SET