Skip to content

Commit

Permalink
Test no short option.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Apr 4, 2016
1 parent ec824ee commit 86af204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/arguable/getopt.t.js
Expand Up @@ -7,7 +7,7 @@ require('proof')(17, function (assert) {
{ short: 'N', long: 'name', arguable: true },
{ short: 'p', long: 'processes', arguable: true },
{ short: 'c', long: 'config', arguable: true },
{ short: 'h', long: 'help', arguable: false }
{ long: 'help', arguable: false }
]
var getopt = require('../../getopt'), params
var given = getopt(pattern, [ '-N', 'steve']).given
Expand Down

0 comments on commit 86af204

Please sign in to comment.