File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ var path = require('path');
9
9
var options = stdio . getopt ( {
10
10
'version' : {
11
11
key : 'v' ,
12
- description : 'show vinser version and exit'
12
+ description : 'show winser version and exit'
13
13
} ,
14
14
'autostart' : {
15
15
key : 'a' ,
@@ -75,10 +75,10 @@ var options = stdio.getopt({
75
75
multiple : true ,
76
76
description : 'call nssm "set" command with arguments'
77
77
}
78
- } , 'vinser [OPTION1] [OPTION2] ...' ) ;
78
+ } , 'winser [OPTION1] [OPTION2] ...' ) ;
79
79
80
80
if ( options . version ) {
81
- console . log ( 'vinser v' + require ( "../package.json" ) . version ) ;
81
+ console . log ( 'winser v' + require ( "../package.json" ) . version ) ;
82
82
process . exit ( 0 ) ;
83
83
}
84
84
Original file line number Diff line number Diff line change 8
8
9
9
## Command line arguments
10
10
11
- -v, --version show vinser version and exit
11
+ -v, --version show winser version and exit
12
12
-a, --autostart start the application immediately after installation
13
13
-i, --install install the node application as a windows service
14
14
-r, --remove remove the windows service for the node application
@@ -87,15 +87,15 @@ The name of the service will be the same from your package.json "name" setting.
87
87
88
88
## Credits
89
89
90
- This project is heavily inspired in
90
+ This project is heavily inspired in
91
91
92
92
- [ Node.js on windows by Tatham Oddie] ( http://blog.tatham.oddie.com.au/2011/03/16/node-js-on-windows/ )
93
93
94
94
And it uses:
95
95
96
96
- [ nssm] ( http://nssm.cc )
97
97
98
- ## License
98
+ ## License
99
99
100
100
(The MIT License)
101
101
@@ -118,4 +118,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
118
118
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
119
119
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
120
120
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
121
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
121
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
You can’t perform that action at this time.
0 commit comments