diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2019-02-10 23:10:00 +0100 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-02-10 17:10:00 -0500 |
commit | c71c28eab8219bbf600d9c9af956c5257a734cd2 (patch) | |
tree | 6cfdaebdab424e0cc418a4fa2c11432833c73306 | |
parent | 9d8178b3ac5f86a64f67ab7b5dea99347a5afe72 (diff) | |
download | gitea-c71c28eab8219bbf600d9c9af956c5257a734cd2.tar.gz gitea-c71c28eab8219bbf600d9c9af956c5257a734cd2.zip |
update docs (#6032)
-rw-r--r-- | docs/content/doc/usage/command-line.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/command-line.md b/docs/content/doc/usage/command-line.md index 7c2fd5a46b..d54c274d71 100644 --- a/docs/content/doc/usage/command-line.md +++ b/docs/content/doc/usage/command-line.md @@ -57,7 +57,7 @@ Admin operations: - `--admin`: If provided, this makes the user an admin. Optional. - `--config path`: Gitea configuration file path. Optional. (default: custom/conf/app.ini). - `--must-change-password`: If provided, the created user will be required to choose a newer password after - the initial login. Optional. (default: false). + the initial login. Optional. (default: true). - ``--random-password``: If provided, a randomly generated password will be used as the password of the created user. The value of `--password` will be discarded. Optional. - `--random-password-length`: If provided, it will be used to configure the length of the randomly |