rptun_ping: add sleep param to rptun_ping

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd
2022-05-11 12:31:25 +08:00
committed by Xiang Xiao
parent 79a137495a
commit a109a6e58b
2 changed files with 6 additions and 4 deletions

View File

@@ -476,9 +476,9 @@ static const struct cmdmap_s g_cmdmap[] =
#endif
#if defined(CONFIG_RPTUN) && !defined(CONFIG_NSH_DISABLE_RPTUN)
{ "rptun", cmd_rptun, 3, 6,
"<start|stop|reset|panic|dump|ping> <path|all> "
"[value|times length ack]" },
{ "rptun", cmd_rptun, 3, 7,
"<start|stop|reset|panic|dump|ping> <path|all>"
" [value|times length ack sleep]" },
#endif
#ifndef CONFIG_NSH_DISABLE_SET