mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
Merge pull request #3376 from MForster/update-readme
Update README.md to match example code
This commit is contained in:
commit
96dbbad785
1 changed files with 1 additions and 2 deletions
|
@ -68,8 +68,7 @@ clap = { version = "3.0.13", features = ["derive"] }
|
|||
```bash
|
||||
$ demo --help
|
||||
clap [..]
|
||||
|
||||
A simple to use, efficient, and full-featured Command Line Argument Parser
|
||||
Simple program to greet a person
|
||||
|
||||
USAGE:
|
||||
demo[EXE] [OPTIONS] --name <NAME>
|
||||
|
|
Loading…
Reference in a new issue