Skip to content

Commit 984015e

Browse files
author
benholloway
committed
fixed regression in init --defaults and in webstorm --defaults
1 parent bf737e2 commit 984015e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ yargs.getInstance('init')
139139
'',
140140
'Both the npm and bower packages are initially set private which you will need to clear in order to publish.'
141141
].join('\n')))
142-
.example('angularity init -n todo -i webstorm', 'Create "todo" and initialise webstorm')
142+
.example('angularity init -n todo', 'Create project named "todo"')
143143
.example('angularity init --defaults -n pending', 'Change the name default to "pending')
144144
.example('angularity init --defaults reset', 'Reset defaults')
145145
.options('help', {

tasks/webstorm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ yargs.getInstance('webstorm')
5858
'* Create external tools that launch angularity --external',
5959
'* Set coding style --codestyle',
6060
'* Add code templates --templates',
61-
'* Launch IDE --launch',
61+
'* Launch IDE --launch'
6262
].join('\n')))
6363
.example('angularity webstorm', 'Run this task')
6464
.example('angularity webstorm --defaults -l <some-path>', 'Set a default executable path')

0 commit comments

Comments
 (0)