diff --git a/bin/cli-migration b/bin/cli-migration index 24f41ac81..32c0cb4dd 100755 --- a/bin/cli-migration +++ b/bin/cli-migration @@ -107,13 +107,13 @@ program .command('run') .option( '-q, --query-batch-size ', - 'will answer yes to all questions', + 'change the size of queried documents that are batched at a time', parse10, 100 ) .option( '-u, --update-batch-size ', - 'will answer yes to all questions', + 'change the size of documents that are batched before the update is sent', parse10, 1000 )