summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar default2024-04-11 05:22:40 +0200
committerGravatar default2024-04-11 05:22:40 +0200
commit21c0bdb6f2eccdc1d26b660e3a759ae7b23966de (patch)
tree97abd72cf182c8c8d97e947178233751807a8725 /main.c
parentmastoapi: 'unfavourite' and 'unreblog' actions now fully work. (diff)
downloadsnac2-21c0bdb6f2eccdc1d26b660e3a759ae7b23966de.tar.gz
snac2-21c0bdb6f2eccdc1d26b660e3a759ae7b23966de.tar.xz
snac2-21c0bdb6f2eccdc1d26b660e3a759ae7b23966de.zip
Added Unlike and Unboost buttons to web interface.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index cd1a47b..06cae78 100644
--- a/main.c
+++ b/main.c
@@ -33,6 +33,7 @@ int usage(void)
33 printf("actor {basedir} [{uid}] {url} Requests an actor\n"); 33 printf("actor {basedir} [{uid}] {url} Requests an actor\n");
34 printf("note {basedir} {uid} {text} [files...] Sends a note with optional attachments\n"); 34 printf("note {basedir} {uid} {text} [files...] Sends a note with optional attachments\n");
35 printf("boost|announce {basedir} {uid} {url} Boosts (announces) a post\n"); 35 printf("boost|announce {basedir} {uid} {url} Boosts (announces) a post\n");
36 printf("unboost {basedir} {uid} {url} Unboosts a post\n");
36 printf("resetpwd {basedir} {uid} Resets the password of a user\n"); 37 printf("resetpwd {basedir} {uid} Resets the password of a user\n");
37 printf("ping {basedir} {uid} {actor} Pings an actor\n"); 38 printf("ping {basedir} {uid} {actor} Pings an actor\n");
38 printf("webfinger_s {basedir} {uid} {actor} Queries about an actor (@user@host or actor url)\n"); 39 printf("webfinger_s {basedir} {uid} {actor} Queries about an actor (@user@host or actor url)\n");