diff options
-rw-r--r-- | lldb/source/Commands/CommandObjectPlatform.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectPlatform.cpp b/lldb/source/Commands/CommandObjectPlatform.cpp index f9462f62421..ecc24a6a5a6 100644 --- a/lldb/source/Commands/CommandObjectPlatform.cpp +++ b/lldb/source/Commands/CommandObjectPlatform.cpp @@ -831,8 +831,8 @@ public: } else { - // Bad args - result.AppendError ("\"platform disconnect\" doesn't take any arguments"); + // No args + result.AppendError ("one or more process id(s) must be specified"); result.SetStatus (eReturnStatusFailed); } } |