diff --git a/bin/now-alias b/bin/now-alias index d5ac19f..d2e4755 100755 --- a/bin/now-alias +++ b/bin/now-alias @@ -223,7 +223,7 @@ async function readConfirmation (alias, _alias, list) { { align: ['l', 'r', 'l'], hsep: ' '.repeat(6) } ); - process.stdout.write('> The following deployment will be removed permanently\n'); + process.stdout.write('> The following alias will be removed permanently\n'); process.stdout.write(' ' + tbl + '\n'); process.stdout.write(` ${chalk.bold.red('> Are you sure?')} ${chalk.gray('[yN] ')}`); diff --git a/bin/now-domains b/bin/now-domains index e989c94..5d275f8 100755 --- a/bin/now-domains +++ b/bin/now-domains @@ -215,7 +215,7 @@ async function readConfirmation (domain, _domain, list) { { align: ['l', 'r', 'l'], hsep: ' '.repeat(6) } ); - process.stdout.write('> The following deployment will be removed permanently\n'); + process.stdout.write('> The following domain will be removed permanently\n'); process.stdout.write(' ' + tbl + '\n'); process.stdout.write(` ${chalk.bold.red('> Are you sure?')} ${chalk.gray('[yN] ')}`);