aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev')
-rw-r--r--src/commands/dev/superUser.ts6
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'