summaryrefslogtreecommitdiff
path: root/tools/opt/opt.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-15 23:22:48 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-15 23:22:48 +0000
commit81dd3d4536f62d41c185695f52dc1c7ef14140f9 (patch)
treed9478a1294c978c1c1d0501ac4db174ebb824652 /tools/opt/opt.cpp
parentf91d68be8daefcd3080ce48dbfc0eb782bd7ed29 (diff)
downloadllvm-81dd3d4536f62d41c185695f52dc1c7ef14140f9.tar.gz
llvm-81dd3d4536f62d41c185695f52dc1c7ef14140f9.tar.bz2
llvm-81dd3d4536f62d41c185695f52dc1c7ef14140f9.tar.xz
Fix hyphenation and quoting style for great justice
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17024 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/opt.cpp')
-rw-r--r--tools/opt/opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp
index f5666bc08e..12c354736c 100644
--- a/tools/opt/opt.cpp
+++ b/tools/opt/opt.cpp
@@ -122,7 +122,7 @@ int main(int argc, char **argv) {
std::cerr << "WARNING: It looks like you're attempting to print out a "
<< "bytecode file. I'm\ngoing to pretend you didn't ask me to do"
<< " this (for your own good). If you\nREALLY want to taste LLVM"
- << " bytecode first hand, you can force output with the\n'-f'"
+ << " bytecode first-hand, you can force output with the\n`-f'"
<< " option.\n\n";
NoOutput = true;
}