summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilnaz <[email protected]>2023-02-28 18:45:59 +0300
committerilnaz <[email protected]>2023-02-28 18:45:59 +0300
commit9b9638ae1ce61be67c15ad91f31a933a0c244369 (patch)
tree193117848ff48a8e92d677e0599b808c611c7d0e
parent77d7dac32d298e05839da6b4a860259cf37a01d8 (diff)
cli: table readtable -> table read
-rw-r--r--ydb/public/lib/ydb_cli/commands/ydb_service_table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/public/lib/ydb_cli/commands/ydb_service_table.cpp b/ydb/public/lib/ydb_cli/commands/ydb_service_table.cpp
index d68e6d62436..0a200972e7b 100644
--- a/ydb/public/lib/ydb_cli/commands/ydb_service_table.cpp
+++ b/ydb/public/lib/ydb_cli/commands/ydb_service_table.cpp
@@ -734,7 +734,7 @@ int TCommandExplain::Run(TConfig& config) {
}
TCommandReadTable::TCommandReadTable()
- : TYdbCommand("readtable", {}, "Stream read table")
+ : TYdbCommand("read", {"readtable"}, "Stream read table")
{}
void TCommandReadTable::Config(TConfig& config) {