From 253eb17b4e60270c6bdcbe181aefad9078637405 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Wed, 3 Aug 2016 23:10:51 +0000 Subject: [PATCH] llvm-profdata: Clarify the top level help It wasn't very obvious that you're supposed to call help on the subcommands. This should help. llvm-svn: 277678 --- llvm/tools/llvm-profdata/llvm-profdata.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/tools/llvm-profdata/llvm-profdata.cpp b/llvm/tools/llvm-profdata/llvm-profdata.cpp index aec689b..d5c05da 100644 --- a/llvm/tools/llvm-profdata/llvm-profdata.cpp +++ b/llvm/tools/llvm-profdata/llvm-profdata.cpp @@ -665,6 +665,7 @@ int main(int argc, const char *argv[]) { errs() << "OVERVIEW: LLVM profile data tools\n\n" << "USAGE: " << ProgName << " [args...]\n" << "USAGE: " << ProgName << " -help\n\n" + << "See each individual command --help for more details.\n" << "Available commands: merge, show\n"; return 0; } -- 2.7.4