Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
80b87bc8
Commit
80b87bc8
authored
Jan 21, 2020
by
Ben Wheeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revised usage string
parent
2d3158a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
bin/init-l10n-src
bin/init-l10n-src
+1
-2
No files found.
bin/init-l10n-src
View file @
80b87bc8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment