node-red-admin
node-red-admin copied to clipboard
change help text to match embedded usage
now that that is the default
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
Proposed changes
As we now build in the admin feature the help text should reflect that more than the old cli usage - so should say node-red admin rather than node-red-admin.
Checklist
- [x] I have read the contribution guidelines
- [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team.
- [x] I have run
npm run testto verify the unit tests pass - [ ] I have added suitable unit tests to cover the new/changed functionality