diff options
Diffstat (limited to 'llvm/tools/llvm-profdata/llvm-profdata.cpp')
-rw-r--r-- | llvm/tools/llvm-profdata/llvm-profdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-profdata/llvm-profdata.cpp b/llvm/tools/llvm-profdata/llvm-profdata.cpp index 4c3ff83d4bd..118a7eba7b7 100644 --- a/llvm/tools/llvm-profdata/llvm-profdata.cpp +++ b/llvm/tools/llvm-profdata/llvm-profdata.cpp @@ -256,7 +256,7 @@ static int merge_main(int argc, const char *argv[]) { cl::opt<std::string> InputFilenamesFile( "input-files", cl::init(""), cl::desc("Path to file containing newline-separated " - "<filename>[,<weight>] entries")); + "[<weight>,]<filename> entries")); cl::alias InputFilenamesFileA("f", cl::desc("Alias for --input-files"), cl::aliasopt(InputFilenamesFile)); cl::opt<bool> DumpInputFileList( |