Merge pull request #3376 from MForster/update-readme

Update README.md to match example code
This commit is contained in:
Ed Page 2022-02-01 06:58:50 -06:00 committed by GitHub
commit 96dbbad785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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