diff options
author | default <nobody@localhost> | 2024-04-11 05:22:40 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-04-11 05:22:40 +0200 |
commit | 21c0bdb6f2eccdc1d26b660e3a759ae7b23966de (patch) | |
tree | 97abd72cf182c8c8d97e947178233751807a8725 /main.c | |
parent | 877fb079f34f10c857c42cd04ffd0b5e0cd4ca69 (diff) |
Added Unlike and Unboost buttons to web interface.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |