From 30b5f65fd5c89dda8081058ab62da5e1d78335fe Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 28 Feb 2022 08:35:15 -0600 Subject: signatures added to account creation via token redeeming --- build-app.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-app.lisp') diff --git a/build-app.lisp b/build-app.lisp index 5995439..793ffae 100644 --- a/build-app.lisp +++ b/build-app.lisp @@ -19,7 +19,7 @@ redeeming invite tokens. When the --redeem option is passed, the ARGS section is expected to be three items long, and is interpreted as TOKEN USERNAME PASSWORD. E.g.: - ol --redeem PHONEYTOKEN c00lhacker my1337pw + ol --redeem PHONEYTOKEN c00lhacker my1337pw Would attempt to make a new user named c00lhacker with password my1337pw.") -- cgit v1.2.3