Skip to content

Commit

Permalink
Update sitegen
Browse files Browse the repository at this point in the history
Removed commented out
  • Loading branch information
songty committed Aug 11, 2014
1 parent 9f5133f commit 557098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitegen
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var lib = require('./index');
program
.version(require('./package').version)
.option('-d, --deletegen', 'Deletes files in generated')
// .option('-ab, --template-source', 'Generates template file with source')
.option('-ab, --template-source', 'Generates template file with source')
.option('-g, --gen', 'Makes the file with template and source')
.parse(process.argv);

Expand Down

0 comments on commit 557098e

Please sign in to comment.