mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[swift-syntax-test] Fix formatting of command-line-argument descriptions
This commit is contained in:
@@ -81,11 +81,11 @@ Action(llvm::cl::desc("Action (required):"),
|
|||||||
"comparing against the input"),
|
"comparing against the input"),
|
||||||
clEnumValN(ActionType::SerializeRawTree,
|
clEnumValN(ActionType::SerializeRawTree,
|
||||||
"serialize-raw-tree",
|
"serialize-raw-tree",
|
||||||
"Parse the source file and serialize the raw tree"
|
"Parse the source file and serialize the raw tree "
|
||||||
"to JSON"),
|
"to JSON"),
|
||||||
clEnumValN(ActionType::DeserializeRawTree,
|
clEnumValN(ActionType::DeserializeRawTree,
|
||||||
"deserialize-raw-tree",
|
"deserialize-raw-tree",
|
||||||
"Parse the JSON file from the serialized raw tree"
|
"Parse the JSON file from the serialized raw tree "
|
||||||
"to the original"),
|
"to the original"),
|
||||||
clEnumValN(ActionType::IncrementalParse,
|
clEnumValN(ActionType::IncrementalParse,
|
||||||
"incremental-parse",
|
"incremental-parse",
|
||||||
@@ -103,8 +103,8 @@ InputSourceFilename("input-source-filename",
|
|||||||
|
|
||||||
static llvm::cl::opt<std::string>
|
static llvm::cl::opt<std::string>
|
||||||
InputSourceDirectory("input-source-directory",
|
InputSourceDirectory("input-source-directory",
|
||||||
llvm::cl::desc("Directory to be scanned recursively and"
|
llvm::cl::desc("Directory to be scanned recursively and "
|
||||||
"run the selected action on every .swift"
|
"run the selected action on every .swift "
|
||||||
"file"));
|
"file"));
|
||||||
|
|
||||||
static llvm::cl::opt<std::string>
|
static llvm::cl::opt<std::string>
|
||||||
|
|||||||
Reference in New Issue
Block a user