mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
apps: added pid list for ps command.
Signed-off-by: zhushiqshi <zhushiqshi@xiaomi.com>
This commit is contained in:
@@ -474,7 +474,8 @@ static const struct cmdmap_s g_cmdmap[] =
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_NSH_DISABLE_PS
|
||||
CMD_MAP("ps", cmd_ps, 1, 1, NULL),
|
||||
CMD_MAP("ps", cmd_ps, 1, CONFIG_NSH_MAXARGUMENTS,
|
||||
"<pid1 pid2 ...>"),
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NET_UDP
|
||||
|
Reference in New Issue
Block a user