stdlib: Use initial caps for all error messages in std::getopts
This commit is contained in:
parent
3a2d64f044
commit
d85447c4fb
@ -116,7 +116,7 @@ fn fail_str(fail_ f) -> str {
|
||||
"Required option '" + nm + "' missing."
|
||||
}
|
||||
case (option_duplicated(?nm)) {
|
||||
"option '" + nm + "' given more than once."
|
||||
"Option '" + nm + "' given more than once."
|
||||
}
|
||||
case (unexpected_argument(?nm)) {
|
||||
"Option " + nm + " does not take an argument."
|
||||
|
Loading…
x
Reference in New Issue
Block a user