docs(README.md): update help info

This commit is contained in:
Kevin K 2015-03-26 14:23:59 -04:00
parent 6bed75a136
commit 28811d8324

View file

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