Skip to content

Commit

Permalink
Merge e4e6683 into 7b5da29
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Otten committed Dec 8, 2015
2 parents 7b5da29 + e4e6683 commit 6645636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var argParser = new ArgumentParser('example', {

var conf;
try {
config = argParser.run();
conf = argParser.run();
} catch(e) {
console.error(argParser.getHelpText());
return;
Expand Down

0 comments on commit 6645636

Please sign in to comment.