File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' , {
Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments