Skip to content

Commit

Permalink
Change description
Browse files Browse the repository at this point in the history
  • Loading branch information
pixcc committed Oct 18, 2024
1 parent 5250f1d commit a9e40ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ydb/public/lib/ydb_cli/commands/ydb_tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ void TCommandRestore::Config(TConfig& config) {
.Hidden(); // Deprecated. Using ImportData should be more effective.

config.Opts->AddLongOption("import-data", "Use ImportData - a more efficient way to upload data."
" Although you can use ImportData to restore tables with secondary indexes, ImportData will"
" throw an error if you try to upload data into an existing table that has secondary indexes"
" or is in the process of building them.")
" ImportData will throw an error if you try to upload data into an existing table that has"
" secondary indexes or is in the process of building them. If you need to restore a table"
" with secondary indexes, make sure it's not already present in the scheme.")
.StoreTrue(&UseImportData);

config.Opts->MutuallyExclusive("bandwidth", "rps");
Expand Down

0 comments on commit a9e40ca

Please sign in to comment.