mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
Parse options properly
This commit is contained in:
parent
7b4a4a870c
commit
d46f2b504b
@ -61,12 +61,9 @@ fn main1() -> io::Result<()> {
|
||||
}
|
||||
|
||||
const USAGE: &'static str = "
|
||||
Usage: lalrpop [options] inputs...
|
||||
Usage: lalrpop [options] <inputs>...
|
||||
lalrpop --help
|
||||
|
||||
Convert each of the given inputs (which should be a `.lalrpop` file)
|
||||
into a `.rs` file, just as a `build.rs` script using LALRPOP would do.
|
||||
|
||||
Options:
|
||||
-l, --level LEVEL Set the debug level. (Default: info)
|
||||
Valid values: quiet, info, verbose, debug.
|
||||
|
Loading…
x
Reference in New Issue
Block a user