diff --git a/http.go b/http.go index afb4ef8..661187e 100644 --- a/http.go +++ b/http.go @@ -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:")