docs(examples): Align quick_examples

`01b` doesn't require `output`, so updating `01a` to match
This commit is contained in:
Ed Page 2021-11-11 18:58:50 -06:00
parent 2df043655f
commit 535d663dfc

View file

@ -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")