Skip to content

Commit

Permalink
Fix: fix inconsistent arguments types in Storage Tool (#587)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Petukhov <dpetukhov@bloomberg.net>
bbpetukhov authored Jan 30, 2025
1 parent 8a86d36 commit 0e8bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/bmqstoragetool/bmqstoragetool.m.cpp
Original file line number Diff line number Diff line change
@@ -168,7 +168,7 @@ static bool parseArgs(CommandLineArguments& arguments,
"min records per queue",
"min number of records per queue for detailed info to be displayed",
balcl::TypeInfo(&arguments.d_minRecordsPerQueue),
balcl::OccurrenceInfo(0)},
balcl::OccurrenceInfo(0LL)},
{"h|help",
"help",
"print usage)",

0 comments on commit 0e8bbf2

Please sign in to comment.