summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionGroupUUID.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Interpreter/OptionGroupUUID.cpp')
-rw-r--r--lldb/source/Interpreter/OptionGroupUUID.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/OptionGroupUUID.cpp b/lldb/source/Interpreter/OptionGroupUUID.cpp
index c8f86c24b4e..d4ae9e9528c 100644
--- a/lldb/source/Interpreter/OptionGroupUUID.cpp
+++ b/lldb/source/Interpreter/OptionGroupUUID.cpp
@@ -62,7 +62,7 @@ OptionGroupUUID::SetOptionValue (CommandInterpreter &interpreter,
break;
default:
- error.SetErrorStringWithFormat ("Unrecognized option '%c'.\n", short_option);
+ error.SetErrorStringWithFormat ("unrecognized option '%c'", short_option);
break;
}
OpenPOWER on IntegriCloud