mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52: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
|
```bash
|
||||||
$ demo --help
|
$ demo --help
|
||||||
clap [..]
|
clap [..]
|
||||||
|
Simple program to greet a person
|
||||||
A simple to use, efficient, and full-featured Command Line Argument Parser
|
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
demo[EXE] [OPTIONS] --name <NAME>
|
demo[EXE] [OPTIONS] --name <NAME>
|
||||||
|
|
Loading…
Reference in a new issue