Fix hyphenation and quoting style for great justice
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 15 Oct 2004 23:22:48 +0000 (23:22 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 15 Oct 2004 23:22:48 +0000 (23:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17024 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/opt.cpp

index f5666bc08e6b1c459b7856a82a88647bd315938d..12c354736c27e9668599ad31929e56b20314cb66 100644 (file)
@@ -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;
   }