================
@@ -1410,7 +1410,9 @@ llvm::Error lldb_private::CreateOptionParsingError(
llvm::StringRef long_option, llvm::StringRef additional_context) {
std::string buffer;
llvm::raw_string_ostream stream(buffer);
- stream << "Invalid value ('" << option_arg << "') for -" << short_option;
+ stream << "Invalid value ('" << option_arg << "')";
----------------
medismailben wrote:
"start the first sentence with a lowercase letter"
```suggestion
stream << "invalid value ('" << option_arg << "')";
```
https://github.com/llvm/llvm-project/pull/156067
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits