summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
authorJérémy Lal <kapouer@melix.org>2016-01-13 23:41:27 +0100
committerJames M Snell <jasnell@gmail.com>2016-01-13 15:58:52 -0800
commit265e2f557b4ed7f197b424a5f041a8a2a71b140e (patch)
tree1ea687b66d89b80342f36ec67905ae0bb411a5d3 /doc/node.1
parentd1aabd626428cec65e5f54c04d9e3446d1e4d3b7 (diff)
downloadandroid-node-v8-265e2f557b4ed7f197b424a5f041a8a2a71b140e.tar.gz
android-node-v8-265e2f557b4ed7f197b424a5f041a8a2a71b140e.tar.bz2
android-node-v8-265e2f557b4ed7f197b424a5f041a8a2a71b140e.zip
doc: fix typo in doc/node.1
PR-URL: https://github.com/nodejs/node/pull/4680 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/node.1 b/doc/node.1
index d6807f4f61..0f3933a58d 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -100,7 +100,7 @@ value to an empty string ("") disables persistent REPL history.
type: bool default: false
--harmony (enable all completed harmony features)
type: bool default: false
- --harmony_shipping (enable all shipped harmony fetaures)
+ --harmony_shipping (enable all shipped harmony features)
type: bool default: true
--legacy_const (legacy semantics for const in sloppy mode)
type: bool default: true