diff --git a/src/runtime_src/core/common/smi.cpp b/src/runtime_src/core/common/smi.cpp index fb5bf09a1..9974c14eb 100644 --- a/src/runtime_src/core/common/smi.cpp +++ b/src/runtime_src/core/common/smi.cpp @@ -43,13 +43,15 @@ to_ptree() const } smi_base:: -smi_base() -{ - - examine_report_desc = { +smi_base() : + examine_report_desc { {"host", "Host information", "common"} - }; -} + }, + configure_options { + {"device", "d", "The Bus:Device.Function (e.g., 0000:d8:00.0) device of interest", "common", "", "string"}, + {"help", "h", "Help to use this sub-command", "common", "", "none"} + } +{} std::vector smi_base:: @@ -131,22 +133,8 @@ construct_configure_subcommand() const subcommand.put("type", "common"); subcommand.put("description", "Device and host configuration"); - std::vector