Skip to content

Commit 64a73ef

Browse files
author
deiu
committed
Made init text clearer
1 parent 74ceea0 commit 64a73ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/lib/options.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ module.exports = [
99
{
1010
name: 'root',
1111
help: 'Root folder to serve (defaut: \'./\')',
12-
question: 'Provide the path to the document root (or use current one)',
12+
question: 'Path to the folder you want to serve. Default is',
1313
default: './',
1414
prompt: true
1515
},
1616
{
1717
name: 'port',
1818
help: 'SSL port to use',
19-
question: 'Provide SSL port (or use the default)',
19+
question: 'SSL port to run on. Default is',
2020
default: '8443',
2121
prompt: true
2222
},
@@ -110,7 +110,7 @@ module.exports = [
110110
name: 'data-browser',
111111
flag: true,
112112
help: 'Enable viewing RDF resources using a default data browser application (e.g. mashlib)',
113-
question: 'Enable data browsing using Tabulator',
113+
question: 'Enable data viewer (defaults to using Tabulator)',
114114
prompt: true
115115
},
116116
{

0 commit comments

Comments
 (0)