[Lldb-commits] [PATCH] D136928: [LLDB] Fix help text for "platform settings"

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 16 01:37:35 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc8e4eb1043f4: [LLDB] Fix help text for "platform settings" (authored by DavidSpickett).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136928/new/

https://reviews.llvm.org/D136928

Files:
  lldb/source/Commands/CommandObjectPlatform.cpp


Index: lldb/source/Commands/CommandObjectPlatform.cpp
===================================================================
--- lldb/source/Commands/CommandObjectPlatform.cpp
+++ lldb/source/Commands/CommandObjectPlatform.cpp
@@ -379,8 +379,7 @@
 public:
   CommandObjectPlatformSettings(CommandInterpreter &interpreter)
       : CommandObjectParsed(interpreter, "platform settings",
-                            "Set settings for the current target's platform, "
-                            "or for a platform by name.",
+                            "Set settings for the current target's platform.",
                             "platform settings", 0),
         m_option_working_dir(LLDB_OPT_SET_1, false, "working-dir", 'w',
                              CommandCompletions::eRemoteDiskDirectoryCompletion,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136928.489462.patch
Type: text/x-patch
Size: 810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230116/f5379c5c/attachment.bin>


More information about the lldb-commits mailing list