diff options
Diffstat (limited to 'src/commands/dev')
| -rw-r--r-- | src/commands/dev/superUser.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/dev/superUser.ts b/src/commands/dev/superUser.ts index 57e2b86..d62ac8e 100644 --- a/src/commands/dev/superUser.ts +++ b/src/commands/dev/superUser.ts @@ -15,12 +15,12 @@ export default class SuperUserCommand extends BushCommand { ownerOnly: true, helpArgs: [ { - id: 'action', + name: 'action', description: 'Whether to add or remove a user from the superuser list.', - readableType: 'add|remove' + type: "'add'|'remove'" }, { - id: 'user', + name: 'user', description: 'The user to add/remove from the superuser list.', type: 'user', match: 'restContent' |
