Skip to content

Commit fe0230f

Browse files
committed
path to URI
1 parent f5b67ed commit fe0230f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ldnode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var argv = require('nomnom')
9494
help: 'Folder from which to look for custom error pages files (files must be named <error-code>.html -- eg. 500.html)'
9595
})
9696
.option('skin', {
97-
help: 'Path to a skin to load (default: https://linkeddata.github.io/warp/#/list/)'
97+
help: 'URI to a skin to load (default: https://linkeddata.github.io/warp/#/list/)'
9898
})
9999
.parse();
100100

0 commit comments

Comments
 (0)