Skip to content

Commit

Permalink
Update help
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbedrich committed Nov 12, 2024
1 parent 64a6e55 commit 7b26e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cashier/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def start_msg():

def help_msg():
lines = [
f"<code>/{CMD_PAIR} &lt;TRANSACTION_ID&gt; &lt;MEMBERSHIP_TYPE&gt; &lt;PILOT_USERNAME&gt;</code> - pair a transaction to a pilot (create a membership of given type)",
f"<code>/{CMD_PAIR} &lt;TRANSACTION_ID&gt; &lt;MEMBERSHIP_TYPE&gt; &lt;PILOT_USERNAME&gt;</code> - pair a transaction to a pilot (create a membership of given type). Available &lt;MEMBERSHIP_TYPE&gt;s: DAILY, YEARLY",
f"<code>/{CMD_NOTIFY} &lt;FLIGHT_ID&gt;</code> - notify a pilot about unpaid fees (based on given flight)",
]
return "\n".join(lines)
return "\n\n".join(lines)

0 comments on commit 7b26e18

Please sign in to comment.