aboutsummaryrefslogtreecommitdiff
path: root/build-app.lisp
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-28 08:35:15 -0600
committerColin Okay <okay@toyful.space>2022-02-28 08:35:15 -0600
commit30b5f65fd5c89dda8081058ab62da5e1d78335fe (patch)
treea7f06a13ecfd4fe00d609f84df5536466e10b3f2 /build-app.lisp
parent4a8a81671aad1163b425438b18d676b42112109d (diff)
signatures added to account creation via token redeeming
Diffstat (limited to 'build-app.lisp')
-rw-r--r--build-app.lisp2
1 files changed, 1 insertions, 1 deletions
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.")