mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
commands/show: Add missing assistant parameters and RT param note.
This commit is contained in:
parent
9eca168c55
commit
9941b9a92a
@ -95,4 +95,6 @@ def get_rst_from_target(target):
|
||||
text += get_params_rst(target.conn_params)
|
||||
text += get_params_rst(target.platform_params)
|
||||
text += get_params_rst(target.target_params)
|
||||
text += get_params_rst(target.assistant_params)
|
||||
text += '*Note:* For available runtime parameters please see the documentation'
|
||||
return text + '\n'
|
||||
|
Loading…
x
Reference in New Issue
Block a user