diff options
Diffstat (limited to 'src/commands/dev/superUser.ts')
-rw-r--r-- | src/commands/dev/superUser.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/superUser.ts b/src/commands/dev/superUser.ts index e0328db..f38419f 100644 --- a/src/commands/dev/superUser.ts +++ b/src/commands/dev/superUser.ts @@ -20,7 +20,7 @@ export default class SuperUserCommand extends BushCommand { readableType: 'add|remove', slashType: false }, - { + { id: 'user', description: 'The user to add/remove from the superuser list.', type: 'user', |