diff options
| author | grunfink <grunfink@comam.es> | 2025-08-22 06:48:03 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-08-22 06:48:03 +0200 |
| commit | 3611f42fe202c6ec198c34dbc0a5939b8287583e (patch) | |
| tree | 7490d0b360b2d85e514ea9816075e661e3f98b7b | |
| parent | 06d063dea50a39b9009a000e94016d9805b3a8a3 (diff) | |
Added 'collect_replies' info in the about screen.
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |