diff options
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" |