Bläddra i källkod

Added 'collect_replies' info in the about screen.

grunfink 11 månader sedan
förälder
incheckning
3611f42fe2
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      main.c

+ 1 - 0
main.c

@@ -39,6 +39,7 @@ int usage(const char *cmd)
         "unfollow {basedir} {uid} {actor}     Unfollows an actor\n"
         "request {basedir} {uid} {url}        Requests an object\n"
         "insert {basedir} {uid} {url}         Requests an object and inserts it into the timeline\n"
+        "collect_replies {basedir} {uid} {url} Collects all replies from a post\n"
         "actor {basedir} [{uid}] {url}        Requests an actor\n"
         "note {basedir} {uid} {text} [files...] Sends a note with optional attachments\n"
         "note_unlisted {basedir} {uid} {text} [files...] Sends an unlisted note with optional attachments\n"