Skip to content

Commit

Permalink
feat: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitch18 committed Dec 9, 2024
1 parent 2424b98 commit 978b921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export function registerGuiCommands(program: Command) {
.command('password')
.arguments('<password>')
.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) => {
Expand Down

0 comments on commit 978b921

Please sign in to comment.