Skip to content

Commit 67ec18a

Browse files
committed
Fix typo
1 parent 3b3a410 commit 67ec18a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ydb/public/lib/ydb_cli/commands/ydb_service_topic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ namespace NYdb::NConsoleClient {
795795
.DefaultValue(false)
796796
.StoreResult(&Commit_);
797797
config.Opts->AddLongOption("limit", "Limit on message count to read, 0 - unlimited. "
798-
"If avobe 0, processing stops when either topic is empty, or the specified limit reached. "
798+
"If above 0, processing stops when either topic is empty, or the specified limit reached. "
799799
"Must be above 0 for pretty output format."
800800
"\nDefault is 10 for pretty format, unlimited for streaming formats.")
801801
.Optional()

0 commit comments

Comments
 (0)