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