mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
[LLDB] Fix help text for "platform settings"
This claims to take a platform name argument but doesn't.
That was probably the intent in fbb7634934
but it has only ever worked with the current platform.
Reviewed By: clayborg
Differential Revision: https://reviews.llvm.org/D136928
This commit is contained in:
parent
68a534e9bf
commit
c8e4eb1043
@ -379,8 +379,7 @@ class CommandObjectPlatformSettings : public CommandObjectParsed {
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user