From 3611f42fe202c6ec198c34dbc0a5939b8287583e Mon Sep 17 00:00:00 2001 From: grunfink Date: Fri, 22 Aug 2025 06:48:03 +0200 Subject: Added 'collect_replies' info in the about screen. --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 7df4574..e01b6a2 100644 --- a/main.c +++ b/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" -- cgit v1.2.3