mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-21 22:58:06 -05:00
revised usage string
This commit is contained in:
parent
2d3158a8f7
commit
80b87bc8cd
1 changed files with 1 additions and 2 deletions
|
@ -35,10 +35,9 @@ if (args[0] === 'execute') {
|
|||
process.stdout.write('executing tx initializtion\n');
|
||||
execute = '--execute';
|
||||
} 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
|
||||
// [scratch-website.<view>_l10njson]
|
||||
// use 'general' for the root l10n.json
|
||||
|
|
Loading…
Reference in a new issue