From e8f73ddb87c5f81a161102abf88497e0d751f3c1 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Thu, 25 Jan 2018 13:20:16 -0700 Subject: [PATCH] changed copy --- bin/cli-migration | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )