mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 12:55:43 +08:00
rptun: update rptun cmd usage
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
@@ -470,8 +470,9 @@ static const struct cmdmap_s g_cmdmap[] =
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_RPTUN) && !defined(CONFIG_NSH_DISABLE_RPTUN)
|
||||
{ "rptun", cmd_rptun, 2, 6,
|
||||
"start|stop|reset|panic|dump|ping [dev-path] [value|times length ack]" },
|
||||
{ "rptun", cmd_rptun, 3, 6,
|
||||
"<start|stop|reset|panic|dump|ping> <path|all> "
|
||||
"[value|times length ack]" },
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_NSH_DISABLE_SET
|
||||
|
Reference in New Issue
Block a user