Navigation Menu

Skip to content

Commit

Permalink
Fix unneeded "."
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 6, 2012
1 parent 838be80 commit f4e5192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command-line.js
Expand Up @@ -12,7 +12,7 @@ var defaultPrivilegedRanges =

function CommandLineInterface() {
this.program = program;
this.program.
this.program
.version(version)
.option('--database-path <path>',
'database path [' + defaultDatabasePath + ']',
Expand Down

0 comments on commit f4e5192

Please sign in to comment.