From caf9bc23a8e0325ca3d694b1b697d4d27f44c7cb Mon Sep 17 00:00:00 2001 From: Giovanni LB Date: Tue, 3 Sep 2024 13:40:21 -0300 Subject: [PATCH] Fixing --help for counter collection Change-Id: I76e02e0593966f2b9c1db4bffa8566b987efcf53 [ROCm/rocprofiler commit: 3b0c6bd1658b0059b48266fa42ca3f3617a576a4] --- projects/rocprofiler/bin/rocprofv2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/bin/rocprofv2 b/projects/rocprofiler/bin/rocprofv2 index a768476cfb..2a158e8022 100755 --- a/projects/rocprofiler/bin/rocprofv2 +++ b/projects/rocprofiler/bin/rocprofv2 @@ -50,7 +50,7 @@ usage() { echo -e "${GREEN}--plugin-version ${RESET} <1|2> For selecting the version for the plugin (1/2)" echo -e "\t#${GREY} 1 - Legacy output format, 2 - New output format (default)${RESET}\n" echo -e "${GREEN}-i | --input ${RESET} For adding counters file path (every line in the text file represents a counter)" - echo -e "\t#${GREY} usage: rocprofv2 -i pmc.txt -d ${RESET}\n" + echo -e "\t#${GREY} usage: rocprofv2 -i pmc.txt -d ${RESET}\n" echo -e "${GREEN}-o | --output-file-name ${RESET} For the output file name" echo -e "\t#${GREY} usage e.g:(with current dir): rocprofv2 --hip-trace -o " echo -e "\t#${GREY} usage e.g:(with custom dir): rocprofv2 --hip-trace -d -o ${RESET}\n"