llvm-reduce: Add a space to an option's --help
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Fri, 6 Dec 2019 03:42:33 +0000 (19:42 -0800)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Fri, 6 Dec 2019 03:46:16 +0000 (19:46 -0800)
Otherwise, we get "filewith".

llvm/tools/llvm-reduce/llvm-reduce.cpp

index 83dcf98..036d0ee 100644 (file)
@@ -50,7 +50,7 @@ static cl::alias OutputFileAlias("o", cl::desc("Alias for -output"),
 
 static cl::opt<bool>
     ReplaceInput("in-place",
-                 cl::desc("WARNING: This option will replace your input file"
+                 cl::desc("WARNING: This option will replace your input file "
                           "with the reduced version!"));
 
 // Parses IR into a Module and verifies it