From 978b921ce7f477f7f8ef3230936d826cb57e8a48 Mon Sep 17 00:00:00 2001 From: Atharva Date: Mon, 9 Dec 2024 19:21:04 +0530 Subject: [PATCH] feat: add description --- src/gui-commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui-commands.ts b/src/gui-commands.ts index dfdb39e..3a7089c 100644 --- a/src/gui-commands.ts +++ b/src/gui-commands.ts @@ -148,7 +148,7 @@ export function registerGuiCommands(program: Command) { .command('password') .arguments('') .description( - 'Set the GUI server password, requirements: min 8 characters, at least 1 lower case letter, at least 1 upper case letter, at least 1 number, at least 1 special character !@#$%^&*()_+*$' + 'Set the GUI server password, requirements: min 8 characters, max 128 characters, at least 1 lower case letter, at least 1 upper case letter, at least 1 number, at least 1 special character !@#$%^&*()_+*$' ) .option('-h', 'Changes how the password is hashed. For internal use only') .action(async (password, options) => {