mirror of
https://github.com/clap-rs/clap
synced 2024-11-11 07:14:15 +00:00
docs(examples): Align quick_example
s
`01b` doesn't require `output`, so updating `01a` to match
This commit is contained in:
parent
2df043655f
commit
535d663dfc
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fn main() {
|
|||
.author("Kevin K. <kbknapp@gmail.com>")
|
||||
.about("Does awesome things")
|
||||
.arg("-c, --config=[FILE] 'Sets a custom config file'")
|
||||
.arg("<output> 'Sets an optional output file'")
|
||||
.arg("[output] 'Sets an optional output file'")
|
||||
.arg("-d..., --debug... 'Turn debugging information on'")
|
||||
.subcommand(
|
||||
App::new("test")
|
||||
|
|
Loading…
Reference in a new issue