1
0
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:
Marc Bonnici 2018-02-06 10:59:55 +00:00 committed by setrofim
parent 9eca168c55
commit 9941b9a92a

View File

@ -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'