diff --git a/llvm/tools/opt/optdriver.cpp b/llvm/tools/opt/optdriver.cpp index 4a3b05887562f..a185ea464decc 100644 --- a/llvm/tools/opt/optdriver.cpp +++ b/llvm/tools/opt/optdriver.cpp @@ -224,7 +224,8 @@ static cl::opt EnableProfileVerification( #else cl::init(false), #endif - cl::desc("Start the pipeline with prof-inject and end it with prof-check")); + cl::desc( + "Start the pipeline with prof-inject and end it with prof-verify")); static cl::opt ClDataLayout("data-layout", cl::desc("data layout string to use"),