diff options
author | Colin Okay <okay@toyful.space> | 2022-03-01 06:55:19 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-01 06:55:19 -0600 |
commit | 4001ec385a45d62b109c11b1cb86a12aa9986f9d (patch) | |
tree | 6eccc9a2556ef0da133ec7075bd3d0f0391f331b /build-app.lisp | |
parent | 4a79699d3ff174da9d440d146299ba5c41e4e4b3 (diff) |
typo
Diffstat (limited to 'build-app.lisp')
-rw-r--r-- | build-app.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-app.lisp b/build-app.lisp index 21f896f..30eb88a 100644 --- a/build-app.lisp +++ b/build-app.lisp @@ -125,7 +125,8 @@ Topics: wiki, account, invites, variables")) (flag :long-name "change-signature" :description "Change your contributor signature. You will be prompted.")) (group (:header "Invites" :hidden t) - (text :contents "Options For Making Invite and Redeeming Tokens") + (text :contents " ") + (text :contents "Options For Making Invites and Redeeming Tokens") (flag :long-name "invite" :description "Request an invite token to send to a friend.") (flag :long-name "redeem" |