We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b67ed commit fe0230fCopy full SHA for fe0230f
bin/ldnode.js
@@ -94,7 +94,7 @@ var argv = require('nomnom')
94
help: 'Folder from which to look for custom error pages files (files must be named <error-code>.html -- eg. 500.html)'
95
})
96
.option('skin', {
97
- help: 'Path to a skin to load (default: https://linkeddata.github.io/warp/#/list/)'
+ help: 'URI to a skin to load (default: https://linkeddata.github.io/warp/#/list/)'
98
99
.parse();
100
0 commit comments