diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectFile.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectFile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectFile.cpp b/lldb/source/Commands/CommandObjectFile.cpp index 1ce893053f8..ac34c86a5d0 100644 --- a/lldb/source/Commands/CommandObjectFile.cpp +++ b/lldb/source/Commands/CommandObjectFile.cpp @@ -87,7 +87,7 @@ CommandObjectFile::CommandOptions::ResetOptionValues () CommandObjectFile::CommandObjectFile() : CommandObject ("file", - "Sets the file to be used as the main executable by the debugger.", + "Set the file to be used as the main executable by the debugger.", "file [<cmd-options>] <filename>") { } @@ -175,4 +175,4 @@ CommandObjectFile::HandleArgumentCompletion (CommandInterpreter &interpreter, matches); return matches.GetSize(); -}
\ No newline at end of file +} |