chore: docs

This commit is contained in:
xuu 2025-03-31 11:56:38 -06:00
parent 9db54a0ad9
commit db93108d0b
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F

View File

@ -27,8 +27,8 @@ var PREAMBLE_DOCS = func() lextwt.Comments {
c = add(c, "")
c = add(c, "Usage:")
c = add(c, " %s/api/plain/users View list of users and latest twt date.", hostname)
c = add(c, " %s/api/plain/twt View all twts in decending order.", hostname)
c = add(c, " %s/api/plain/mentions?uri=:uri View all mentions for uri in decending order.", hostname)
c = add(c, " %s/api/plain/twt View all twts in ascending order.", hostname)
c = add(c, " %s/api/plain/mentions?uri=:uri View all mentions for uri in ascending order.", hostname)
c = add(c, " %s/api/plain/conv/:hash View all twts for a conversation subject.", hostname)
c = add(c, "")
c = add(c, "Options:")