From 7428a18c1e9ba131022184746889b69308c0180d Mon Sep 17 00:00:00 2001 From: Kate Stone Date: Thu, 14 Jul 2016 22:03:10 +0000 Subject: LLDB help content has accumulated over time without a recent attempt to review it for consistency, accuracy, and clarity. These changes attempt to address all of the above while keeping the text relatively terse. llvm-svn: 275485 --- lldb/source/Commands/CommandObjectVersion.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectVersion.cpp') diff --git a/lldb/source/Commands/CommandObjectVersion.cpp b/lldb/source/Commands/CommandObjectVersion.cpp index 70e101c2233..06962f8648a 100644 --- a/lldb/source/Commands/CommandObjectVersion.cpp +++ b/lldb/source/Commands/CommandObjectVersion.cpp @@ -24,8 +24,8 @@ using namespace lldb_private; // CommandObjectVersion //------------------------------------------------------------------------- -CommandObjectVersion::CommandObjectVersion (CommandInterpreter &interpreter) : - CommandObjectParsed (interpreter, "version", "Show version of LLDB debugger.", "version") +CommandObjectVersion::CommandObjectVersion(CommandInterpreter &interpreter) + : CommandObjectParsed(interpreter, "version", "Show the LLDB debugger version.", "version") { } -- cgit v1.2.3