update wording
This commit is contained in:
parent
9a833d165e
commit
9d04efda94
1 changed files with 2 additions and 2 deletions
|
|
@ -120,9 +120,9 @@ fn run() -> error::Result<()> {
|
|||
.long("filter")
|
||||
.short("f")
|
||||
.takes_value(true)
|
||||
.help("Only runs tests that include the string passed as argument."),
|
||||
.help("Only run corpus test cases whose name includes the given string"),
|
||||
)
|
||||
.arg(Arg::with_name("update").long("update").short("u").help("Update all syntax trees in corpus files with current parser output."))
|
||||
.arg(Arg::with_name("update").long("update").short("u").help("Update all syntax trees in corpus files with current parser output"))
|
||||
.arg(Arg::with_name("debug").long("debug").short("d"))
|
||||
.arg(Arg::with_name("debug-graph").long("debug-graph").short("D")),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue