mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
[Reproducers] Fix incorrect help message
The help message mentioned the `log` command (probably because I copied it from there originally). llvm-svn: 367338
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user