aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/setLevel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/setLevel.ts')
-rw-r--r--src/commands/dev/setLevel.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/dev/setLevel.ts b/src/commands/dev/setLevel.ts
index 5a702e9..58c01dd 100644
--- a/src/commands/dev/setLevel.ts
+++ b/src/commands/dev/setLevel.ts
@@ -21,15 +21,15 @@ export default class SetLevelCommand extends BushCommand {
type: 'user',
prompt: {
start: 'What user would you like to change the level of?',
- retry: 'Invalid user. What user would you like to change the level of?'
+ retry: '{error} Choose a valid user to change the level of.'
}
},
{
id: 'level',
type: 'number',
prompt: {
- start: 'What level would you like to set?',
- retry: 'Invalid user. What level would you like to set?'
+ start: 'What level would you like to set the user to?',
+ retry: '{error} Choose a valid level to set the user to.'
}
}
],