File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ Action(llvm::cl::desc("Action (required):"),
81
81
" comparing against the input" ),
82
82
clEnumValN(ActionType::SerializeRawTree,
83
83
" serialize-raw-tree" ,
84
- " Parse the source file and serialize the raw tree"
84
+ " Parse the source file and serialize the raw tree "
85
85
" to JSON" ),
86
86
clEnumValN(ActionType::DeserializeRawTree,
87
87
" deserialize-raw-tree" ,
88
- " Parse the JSON file from the serialized raw tree"
88
+ " Parse the JSON file from the serialized raw tree "
89
89
" to the original" ),
90
90
clEnumValN(ActionType::IncrementalParse,
91
91
" incremental-parse" ,
@@ -103,8 +103,8 @@ InputSourceFilename("input-source-filename",
103
103
104
104
static llvm::cl::opt<std::string>
105
105
InputSourceDirectory (" input-source-directory" ,
106
- llvm::cl::desc (" Directory to be scanned recursively and"
107
- " run the selected action on every .swift"
106
+ llvm::cl::desc (" Directory to be scanned recursively and "
107
+ " run the selected action on every .swift "
108
108
" file" ));
109
109
110
110
static llvm::cl::opt<std::string>
You can’t perform that action at this time.
0 commit comments