Skip to content

Commit

Permalink
CR-1206954 fix : Change the text displayed by xrt-smi help (#8554)
Browse files Browse the repository at this point in the history
* CR-1206954 fix

Signed-off-by: Akshay Tondak <[email protected]>

* updating wording

Signed-off-by: Akshay Tondak <[email protected]>

* Updated wording

Signed-off-by: Akshay Tondak <[email protected]>

* Updated description after reviews

Signed-off-by: Akshay Tondak <[email protected]>

* Updating message after reviews

Signed-off-by: Akshay Tondak <[email protected]>

---------

Signed-off-by: Akshay Tondak <[email protected]>
Co-authored-by: Akshay Tondak <[email protected]>
  • Loading branch information
aktondak and Akshay Tondak authored Oct 23, 2024
1 parent 5c2dbf7 commit b97f868
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/runtime_src/core/tools/xbutil2/SubCmdValidate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ static const std::pair<std::string, std::string> quick_test = {"quick", "Run a s

SubCmdValidate::SubCmdValidate(bool _isHidden, bool _isDepricated, bool _isPreliminary, const boost::property_tree::ptree& configurations)
: SubCmd("validate",
"Validates the basic shell acceleration functionality")
"Validates the basic device acceleration functionality")
, m_device("")
, m_tests_to_run({"all"})
, m_format("JSON")
Expand Down
10 changes: 5 additions & 5 deletions src/runtime_src/core/tools/xbutil2/xbutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ int main( int argc, char** argv )

// -- Program Description
const std::string description =
"The Xilinx (R) Run Time - System Management Interface (xrt-smi) is a standalone"
" command line utility that is included with the Xilinx Run Time (XRT) installation"
" package. It includes multiple commands to identify and validate the installed"
" card(s).\n\nThis information can be used for both card administration and"
" application debugging.";
"The XRT - System Management Interface (xrt-smi) is a standalone"
" command-line utility that is included with the XRT runtime"
" package. It includes multiple commands to configure, examine, and validate"
" supported device(s).\n\nThe reports produced by xrt-smi may be used for device"
" administration, monitoring, and troubleshooting application behavior.";

// -- Ready to execute the code
try {
Expand Down

0 comments on commit b97f868

Please sign in to comment.