Skip to content

Commit eb20daa

Browse files
author
deiu
committed
Better description for signup flag
1 parent 34c5fe6 commit eb20daa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

bin/ldnode.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ var argv = require('nomnom')
9898
help: 'URI to use as a default app for resources (default: https://linkeddata.github.io/warp/#/list/)'
9999
})
100100
.option('signup', {
101-
help: 'Creates a WebID and sets it as owner',
102-
flag: true
101+
full: 'signup',
102+
flag: true,
103+
help: 'Allow a user to set up its initial identity'
103104
})
104105
.parse();
105106

0 commit comments

Comments
 (0)