Skip to content

Commit

Permalink
Update components/core/src/clp_s/CommandLineArguments.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: haiqi96 <[email protected]>
  • Loading branch information
gibber9809 and haiqi96 authored Nov 19, 2024
1 parent 967a17e commit e67de5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/src/clp_s/CommandLineArguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ CommandLineArguments::parse_arguments(int argc, char const** argv) {
"ordered-chunk-size",
po::value<size_t>(&m_ordered_chunk_size)
->default_value(m_ordered_chunk_size),
"Chunk size in bytes to include in each output file when decompressing records "
"Chunk size (B) for each output file when decompressing records "
"in log order"
);
// clang-format on
Expand Down

0 comments on commit e67de5c

Please sign in to comment.