aboutsummaryrefslogtreecommitdiff
path: root/share/rpcauth/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'share/rpcauth/README.md')
-rw-r--r--share/rpcauth/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/rpcauth/README.md b/share/rpcauth/README.md
index 389278a125..20d16f0a97 100644
--- a/share/rpcauth/README.md
+++ b/share/rpcauth/README.md
@@ -8,3 +8,7 @@ Create login credentials for a JSON-RPC user.
Usage:
./rpcauth.py <username>
+
+in which case the script will generate a password. To specify a custom password do:
+
+ ./rpcauth.py <username> <password>