Skip to content

Commit

Permalink
Adjusted error message, as specified in Issue clap-rs#1160
Browse files Browse the repository at this point in the history
  • Loading branch information
etopiei committed Feb 6, 2018
1 parent 1c9499d commit 7ad079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ impl Error {
Error {
message: format!(
"{} '{}' isn't a valid value for '{}'\n\t\
[values: {}]\n\
[possible values: {}]\n\
{}\n\n\
{}\n\n\
For more information try {}",
Expand Down

0 comments on commit 7ad079c

Please sign in to comment.