Skip to content

Commit

Permalink
Fix typo in help (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Sep 17, 2020
1 parent 112b7d8 commit 1619ad7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Commands:
Options:
--root Folder to complile (default ./)
--root Folder to compile (default ./)
--output Output (destination) folder. This is necessary only when using xm build
--htmlOnly Compile and copy only the built HTML files
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2 id="install">Install</h2>

Options:

--root Folder to complile (default ./)
--root Folder to compile (default ./)
--output Output (destination) folder. This is necessary only when using xm build
--htmlOnly Compile and copy only the built HTML files</code></pre><h4 id="import-element"><code>&lt;import&gt;</code> element</h4>
<p>Allows to inline (import) HTML files into the current one.</p>
Expand Down
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports.help = function help() {
log(` <b>help</b> Displays help`, { prefix: false });

log(`\nOptions:\n`);
log(` <b>--root</b> Folder to complile (default ./)`, {
log(` <b>--root</b> Folder to compile (default ./)`, {
prefix: false,
});
log(
Expand Down

0 comments on commit 1619ad7

Please sign in to comment.