nsh cmd rptun: add rptun ping useage description

Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
This commit is contained in:
wangyongrong
2023-11-03 18:10:07 +08:00
committed by Xiang Xiao
parent d9f467dd8e
commit 51762a8958
2 changed files with 22 additions and 1 deletions

View File

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