mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
docs(README.md): update help info
This commit is contained in:
parent
6bed75a136
commit
28811d8324
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ fn main() {
|
|||
println!("Value for output: {}", o);
|
||||
}
|
||||
|
||||
if let Some(c) = matches.value_of("config") {
|
||||
if let Some(c) = matches.value_of("CONFIG") {
|
||||
println!("Value for config: {}", c);
|
||||
}
|
||||
|
||||
|
@ -89,7 +89,7 @@ FLAGS:
|
|||
-v,--version Prints version information
|
||||
|
||||
OPTIONS:
|
||||
-c,--config <config> Sets a custom config file
|
||||
-c,--config=CONFIG Sets a custom config file
|
||||
|
||||
POSITIONAL ARGUMENTS:
|
||||
output Sets an optional output file
|
||||
|
|
Loading…
Reference in a new issue