]> granicus.if.org Git - llvm/commit
Fix minor typo introduced in r276404
authorDon Hinton <hintonda@gmail.com>
Wed, 12 Jul 2017 01:15:46 +0000 (01:15 +0000)
committerDon Hinton <hintonda@gmail.com>
Wed, 12 Jul 2017 01:15:46 +0000 (01:15 +0000)
commit831d1262d317cfe9b407f486119302382c2759fe
tree6170d5e14dd3b76a9ee2dba04aa3a4ecf6f0b170
parent8a1e60719d59c2b177ad949fdce8e34fe7fb5684
Fix minor typo introduced in r276404

Summary:
A space was added between '-' and 'help' when emitting help output.

See https://reviews.llvm.org/D22621 for details.

Reviewers: MaggieYi, vsk

Reviewed By: vsk

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D35283

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp