mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Fixed typo
This commit is contained in:
parent
b2a8596560
commit
97ada7947b
1 changed files with 1 additions and 1 deletions
2
blog.js
2
blog.js
|
@ -8,7 +8,7 @@ options = {
|
|||
program
|
||||
.version('0.1.1')
|
||||
.option('-t, --title [title]', 'give blog a title')
|
||||
.option('-s, --subtitle [subtitle]', 'give blog asubtitle', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.')
|
||||
.option('-s, --subtitle [subtitle]', 'give blog a subtitle', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.')
|
||||
.option('-p, --pagetitle [pagetitle]', 'give page a title')
|
||||
.option('-f, --folder [folder]', 'give folder a title')
|
||||
.parse(process.argv);
|
||||
|
|
Loading…
Reference in a new issue