Browse Source

doc: fix spelling error in feature flags

PR-URL: https://github.com/iojs/io.js/pull/1286
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
v1.8.0-commit
Phillip Lamplugh 10 years ago
committed by Ben Noordhuis
parent
commit
dbccf8d3ed
  1. 2
      doc/iojs.1

2
doc/iojs.1

@ -81,7 +81,7 @@ If set to 1 then colors will not be used in the REPL.
type: bool default: false type: bool default: false
--harmony (enable all completed harmony features) --harmony (enable all completed harmony features)
type: bool default: false type: bool default: false
--harmony_shipping (enable all shipped harmony fetaures) --harmony_shipping (enable all shipped harmony features)
type: bool default: true type: bool default: true
--harmony_modules (enable "harmony modules (implies block scoping)" (in progress)) --harmony_modules (enable "harmony modules (implies block scoping)" (in progress))
type: bool default: false type: bool default: false

Loading…
Cancel
Save