[LLDB] Fix help text for "platform settings"
authorDavid Spickett <david.spickett@linaro.org>
Fri, 28 Oct 2022 09:13:13 +0000 (09:13 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Mon, 16 Jan 2023 09:37:29 +0000 (09:37 +0000)
commitc8e4eb1043f4be6d9d823ce8f3238dca3479ffd4
treec96383634f8bb1f4abc62d95f00ed9e73f29c0d4
parent68a534e9bf69e7e5f081a515e05f1d3cb4c21761
[LLDB] Fix help text for "platform settings"

This claims to take a platform name argument but doesn't.

That was probably the intent in fbb7634934d40548b650574a2f2a85ab41527674
but it has only ever worked with the current platform.

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D136928
lldb/source/Commands/CommandObjectPlatform.cpp