summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectReproducer.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-07-30 18:06:38 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-07-30 18:06:38 +0000
commit130ec06843fad63e45a08f5825b0bbba9e5f557e (patch)
treeccc07da84620476aeb94ad835647894c124af5ea /lldb/source/Commands/CommandObjectReproducer.cpp
parentc0e275df3d5df8b8f400322d12d011f11eba39b9 (diff)
downloadbcm5719-llvm-130ec06843fad63e45a08f5825b0bbba9e5f557e.tar.gz
bcm5719-llvm-130ec06843fad63e45a08f5825b0bbba9e5f557e.zip
[Reproducers] Fix incorrect help message
The help message mentioned the `log` command (probably because I copied it from there originally). llvm-svn: 367338
Diffstat (limited to 'lldb/source/Commands/CommandObjectReproducer.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectReproducer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectReproducer.cpp b/lldb/source/Commands/CommandObjectReproducer.cpp
index 4b0e9e36d20..895a9cc0b0d 100644
--- a/lldb/source/Commands/CommandObjectReproducer.cpp
+++ b/lldb/source/Commands/CommandObjectReproducer.cpp
@@ -102,8 +102,8 @@ CommandObjectReproducer::CommandObjectReproducer(
CommandInterpreter &interpreter)
: CommandObjectMultiword(
interpreter, "reproducer",
- "Commands to inspect and manipulate the reproducer functionality.",
- "log <subcommand> [<command-options>]") {
+ "Commands for manipulate the reproducer functionality.",
+ "reproducer <subcommand> [<subcommand-options>]") {
LoadSubCommand(
"generate",
CommandObjectSP(new CommandObjectReproducerGenerate(interpreter)));
OpenPOWER on IntegriCloud