[PATCH] D35283: Fix minor typo introduced in r276404
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 18:16:18 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL307745: Fix minor typo introduced in r276404 (authored by dhinton).
Repository:
rL LLVM
https://reviews.llvm.org/D35283
Files:
llvm/trunk/lib/Support/CommandLine.cpp
Index: llvm/trunk/lib/Support/CommandLine.cpp
===================================================================
--- llvm/trunk/lib/Support/CommandLine.cpp
+++ llvm/trunk/lib/Support/CommandLine.cpp
@@ -1236,7 +1236,7 @@
<< ": Not enough positional command line arguments specified!\n"
<< "Must specify at least " << NumPositionalRequired
<< " positional argument" << (NumPositionalRequired > 1 ? "s" : "")
- << ": See: " << argv[0] << " - help\n";
+ << ": See: " << argv[0] << " -help\n";
ErrorParsing = true;
} else if (!HasUnlimitedPositionals &&
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35283.106130.patch
Type: text/x-patch
Size: 627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170712/e9e77772/attachment.bin>
More information about the llvm-commits
mailing list