From b48cad6a2aa4811b65c230ed448c3cc083b9516a Mon Sep 17 00:00:00 2001
From: zeripath <art27@cantab.net>
Date: Wed, 30 Oct 2019 18:28:14 +0000
Subject: [PATCH] Adjust the must-change-password help (#8755)

---
 cmd/admin.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/admin.go b/cmd/admin.go
index 4346159feb..83ced76c96 100644
--- a/cmd/admin.go
+++ b/cmd/admin.go
@@ -66,7 +66,7 @@ var (
 			},
 			cli.BoolFlag{
 				Name:  "must-change-password",
-				Usage: "Force the user to change his/her password after initial login",
+				Usage: "Set this option to false to prevent forcing the user to change their password after initial login, (Default: true)",
 			},
 			cli.IntFlag{
 				Name:  "random-password-length",