From e45321fbda333e73f1eef3fc1ce062e3b759ba58 Mon Sep 17 00:00:00 2001 From: Shibly Meeran Date: Sat, 11 May 2024 12:25:35 +0530 Subject: [PATCH] removing shorthand for ignore-password-policy flag --- app/internal/commands/const.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/internal/commands/const.go b/app/internal/commands/const.go index 0c920ff..8789401 100644 --- a/app/internal/commands/const.go +++ b/app/internal/commands/const.go @@ -71,16 +71,15 @@ var ( // Ignore Password Policy Check Flag ignorePasswordCheckFlag = flagDef{ - name: "ignore", - shorthand: "i", - usage: "Ignores the password policy check", + name: "ignore-password-policy", + usage: "Ignores the password policy check", } // Auto generate secret key Flag autoGenerateSecretKey = flagDef{ name: "auto", shorthand: "a", - usage: "Automatically generate a secret key", + usage: "Auto generate a secret key", } // Public Key Flag