Skip to content

Commit

Permalink
Merge pull request #14 from ctavan/feature-v06compat
Browse files Browse the repository at this point in the history
Feature v06compat
  • Loading branch information
jonjlee committed Jan 30, 2012
2 parents cccb747 + 05e3f2f commit f944539
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 480 deletions.
6 changes: 3 additions & 3 deletions lib/nl/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
OTHER DEALINGS IN THE SOFTWARE.
*/

var sys = require('sys');
var util = require('util');
var url = require('url');
var path = require('path');
var optparse = require('./optparse');
var optparse = require('optparse');

// Default options
var testConfig = {
Expand Down Expand Up @@ -60,7 +60,7 @@ var switches = [
var parser;

var help = exports.help = function() {
sys.puts(parser);
util.log(parser);
process.exit();
};

Expand Down
161 changes: 0 additions & 161 deletions lib/nl/optparse-README.md

This file was deleted.

Loading

0 comments on commit f944539

Please sign in to comment.