Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Nov 29, 2024
1 parent b9a7b2d commit 20f2dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/applications/bmqstoragetool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <record-type>]*
Usage: bmqstoragetool [-r|record-type <record type>]*
[--journal-path <journal path>]
[--journal-file <journal file>]
[--data-file <data file>]
Expand All @@ -38,7 +38,7 @@ Usage: bmqstoragetool [-r|record-type <record-type>]*
[--summary]
[-h|help]
Where:
-r | --record-type <record-type>
-r | --record-type <record type>
record type to search {message|queue-op|journal-op} (default: message)
--journal-path <pattern>
'*'-ended file path pattern, where the tool will try to find journal
Expand Down
2 changes: 1 addition & 1 deletion src/applications/bmqstoragetool/bmqstoragetool.m.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 20f2dc6

Please sign in to comment.