revised usage string

This commit is contained in:
Ben Wheeler 2020-01-21 14:07:26 -05:00
parent 2d3158a8f7
commit 80b87bc8cd

View file

@ -35,10 +35,9 @@ if (args[0] === 'execute') {
process.stdout.write('executing tx initializtion\n'); process.stdout.write('executing tx initializtion\n');
execute = '--execute'; execute = '--execute';
} else { } else {
process.stdout.write('Dry run: pass "execute" as a parameter to add --execute switch to commands\n'); process.stdout.write('Dry run: pass "--execute" as a parameter to execute push files to transifex\n');
} }
// set up l10n resources for the scratch-website project as // set up l10n resources for the scratch-website project as
// [scratch-website.<view>_l10njson] // [scratch-website.<view>_l10njson]
// use 'general' for the root l10n.json // use 'general' for the root l10n.json