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"