summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2025-08-22 06:48:03 +0200
committerGravatar grunfink2025-08-22 06:48:03 +0200
commit3611f42fe202c6ec198c34dbc0a5939b8287583e (patch)
tree7490d0b360b2d85e514ea9816075e661e3f98b7b
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-3611f42fe202c6ec198c34dbc0a5939b8287583e.tar.gz
snac2-3611f42fe202c6ec198c34dbc0a5939b8287583e.tar.xz
snac2-3611f42fe202c6ec198c34dbc0a5939b8287583e.zip
Added 'collect_replies' info in the about screen.
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
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)
39 "unfollow {basedir} {uid} {actor} Unfollows an actor\n" 39 "unfollow {basedir} {uid} {actor} Unfollows an actor\n"
40 "request {basedir} {uid} {url} Requests an object\n" 40 "request {basedir} {uid} {url} Requests an object\n"
41 "insert {basedir} {uid} {url} Requests an object and inserts it into the timeline\n" 41 "insert {basedir} {uid} {url} Requests an object and inserts it into the timeline\n"
42 "collect_replies {basedir} {uid} {url} Collects all replies from a post\n"
42 "actor {basedir} [{uid}] {url} Requests an actor\n" 43 "actor {basedir} [{uid}] {url} Requests an actor\n"
43 "note {basedir} {uid} {text} [files...] Sends a note with optional attachments\n" 44 "note {basedir} {uid} {text} [files...] Sends a note with optional attachments\n"
44 "note_unlisted {basedir} {uid} {text} [files...] Sends an unlisted note with optional attachments\n" 45 "note_unlisted {basedir} {uid} {text} [files...] Sends an unlisted note with optional attachments\n"