diff --git a/src/applications/bmqstoragetool/README.md b/src/applications/bmqstoragetool/README.md index 1c3f1f8398..5c04d3391b 100644 --- a/src/applications/bmqstoragetool/README.md +++ b/src/applications/bmqstoragetool/README.md @@ -13,7 +13,7 @@ the project. From the command-line, there are a few options you can use when invoking the tool. ```bash -Usage: bmqstoragetool [-r|record-type ]* +Usage: bmqstoragetool [-r|record-type ]* [--journal-path ] [--journal-file ] [--data-file ] @@ -38,7 +38,7 @@ Usage: bmqstoragetool [-r|record-type ]* [--summary] [-h|help] Where: - -r | --record-type + -r | --record-type record type to search {message|queue-op|journal-op} (default: message) --journal-path '*'-ended file path pattern, where the tool will try to find journal diff --git a/src/applications/bmqstoragetool/bmqstoragetool.m.cpp b/src/applications/bmqstoragetool/bmqstoragetool.m.cpp index 8936516a48..e296b17a0b 100644 --- a/src/applications/bmqstoragetool/bmqstoragetool.m.cpp +++ b/src/applications/bmqstoragetool/bmqstoragetool.m.cpp @@ -42,7 +42,7 @@ static bool parseArgs(CommandLineArguments& arguments, balcl::OptionInfo specTable[] = { {"r|record-type", - "record-type", + "record type", "record type to search {message|queue-op|journal-op}", balcl::TypeInfo(&arguments.d_recordType, CommandLineArguments::isValidRecordType),