From 21c0bdb6f2eccdc1d26b660e3a759ae7b23966de Mon Sep 17 00:00:00 2001 From: default Date: Thu, 11 Apr 2024 05:22:40 +0200 Subject: Added Unlike and Unboost buttons to web interface. --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') 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) printf("actor {basedir} [{uid}] {url} Requests an actor\n"); printf("note {basedir} {uid} {text} [files...] Sends a note with optional attachments\n"); printf("boost|announce {basedir} {uid} {url} Boosts (announces) a post\n"); + printf("unboost {basedir} {uid} {url} Unboosts a post\n"); printf("resetpwd {basedir} {uid} Resets the password of a user\n"); printf("ping {basedir} {uid} {actor} Pings an actor\n"); printf("webfinger_s {basedir} {uid} {actor} Queries about an actor (@user@host or actor url)\n"); -- cgit v1.2.3