cli: remove --skip parameter from restore

It isn't really a parameter and it's value can be deduced automatically.

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgeniy Stratonikov 2021-07-16 10:45:34 +03:00
parent df5ee4abdc
commit de15d42861
3 changed files with 12 additions and 12 deletions

View file

@ -164,7 +164,6 @@ func TestRestoreDB(t *testing.T) {
// and then restore
set.String("in", testDump, "")
set.Int("skip", 0, "")
set.String("dump", saveDump, "")
require.NoError(t, restoreDB(ctx))
}