mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
apps/nshlib/README.txt: Update to include the new rptun command.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user