This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a commit to branch io_uring_tpc_cli_fixes
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/io_uring_tpc_cli_fixes by this
push:
new 50339d55 fix cli help
50339d55 is described below
commit 50339d5567d474be44a1a9f6283208c84e6a8d6a
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Fri Oct 3 16:30:10 2025 +0200
fix cli help
---
core/integration/tests/cli/message/test_message_poll_command.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/integration/tests/cli/message/test_message_poll_command.rs
b/core/integration/tests/cli/message/test_message_poll_command.rs
index 66faaffc..2a4c2b4f 100644
--- a/core/integration/tests/cli/message/test_message_poll_command.rs
+++ b/core/integration/tests/cli/message/test_message_poll_command.rs
@@ -368,7 +368,7 @@ Options:
{CLAP_INDENT}
Consumer ID can be specified as a consumer name or ID
{CLAP_INDENT}
- [default: 1]
+ [default: 0]
-s, --show-headers
Include the message headers in the output
@@ -419,7 +419,7 @@ Options:
-f, --first Polling strategy - start polling from
the first message in the partition
-l, --last Polling strategy - start polling from
the last message in the partition
-n, --next Polling strategy - start polling from
the next message
- -c, --consumer <CONSUMER> Regular consumer which will poll
messages [default: 1]
+ -c, --consumer <CONSUMER> Regular consumer which will poll
messages [default: 0]
-s, --show-headers Include the message headers in the
output
--output-file <OUTPUT_FILE> Store polled message into file in
binary format
-h, --help Print help (see more with '--help')