mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277678 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8669eef6f1
commit
e1dd154bf6
@ -665,6 +665,7 @@ int main(int argc, const char *argv[]) {
|
||||
errs() << "OVERVIEW: LLVM profile data tools\n\n"
|
||||
<< "USAGE: " << ProgName << " <command> [args...]\n"
|
||||
<< "USAGE: " << ProgName << " <command> -help\n\n"
|
||||
<< "See each individual command --help for more details.\n"
|
||||
<< "Available commands: merge, show\n";
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user