Need a space.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 2 Jul 2012 19:45:42 +0000 (19:45 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 2 Jul 2012 19:45:42 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159565 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-objdump/MachODump.cpp

index 5e175a004d480266915a229b2a91bf5a3d39bf6e..ed4f2b64329f8f40460135ade3c5be8a28160b13 100644 (file)
@@ -44,7 +44,7 @@ using namespace object;
 
 static cl::opt<bool>
   CFG("cfg", cl::desc("Create a CFG for every symbol in the object file and"
-                      "write it to a graphviz file (MachO-only)"));
+                      " write it to a graphviz file (MachO-only)"));
 
 static cl::opt<bool>
   UseDbg("g", cl::desc("Print line information from debug info if available"));