Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cl] Don't print subcommand help when no subcommands present.
Previously we would print USAGE: <exe> [subcommand] [options] Even if no subcommands were present. This changes the output format to only print "[subcommand]" if there is at least one subcommand. Fixes llvm.org/pr30598 Patch by Serge Guelton git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283892 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information