diff options
author | Kevin Abrams <21090310+kkabrams@users.noreply.github.com> | 2018-12-18 13:15:14 -0600 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-12-18 20:15:14 +0100 |
commit | b7eb81fed922f7215cfff1068389fa85b2ee4ab2 (patch) | |
tree | 08deceaecf06b9c53a6baec3421ceb3946d86ca9 /doc/minetest.6 | |
parent | 80eb762af13f11ca48b69c818b737c68f8b31822 (diff) | |
download | minetest-b7eb81fed922f7215cfff1068389fa85b2ee4ab2.tar.gz minetest-b7eb81fed922f7215cfff1068389fa85b2ee4ab2.tar.bz2 minetest-b7eb81fed922f7215cfff1068389fa85b2ee4ab2.zip |
Add command line option to load password from file (#7832)
Diffstat (limited to 'doc/minetest.6')
-rw-r--r-- | doc/minetest.6 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/minetest.6 b/doc/minetest.6 index 50b085de0..c1c814e49 100644 --- a/doc/minetest.6 +++ b/doc/minetest.6 @@ -75,6 +75,9 @@ Set player name .B \-\-password <value> Set password .TP +.B \-\-password\-file <value> +Set password from contents of file +.TP .B \-\-random\-input Enable random user input, for testing (client only) .TP |