Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Filirom1 committed Apr 8, 2012
1 parent 0a220be commit ac36cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -214,12 +214,12 @@ the list.
An option parser is great, but it's even better if it generate the
showUSage message for you.
EVerything is done by calling `nopt.usage`
Everything is done by calling `nopt.usage`
var nopt = require('nopt');
nopt.usage(knownOpts, shortHands, description1, description2, ...)
You could pass as many description object as you want. Take a look at the following example to understand how it could be used.
You could pass as many description objects as you want. Take a look at the following example to understand how it could be used.
#!/usr/bin/env node
Expand Down

0 comments on commit ac36cf1

Please sign in to comment.