summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-03-24 20:43:26 +0100
committerdefault <nobody@localhost>2024-03-24 20:43:26 +0100
commitec304baf7343c29532223188cc2ed507518387ff (patch)
tree66ebbd451e82f5693ce214689c93db7800093551 /main.c
parent398cdfad89ec96d13cc47007f371149fea742dab (diff)
Added 'announce' command to usage.
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 994877b..c789299 100644
--- a/main.c
+++ b/main.c
@@ -32,6 +32,7 @@ int usage(void)
printf("request {basedir} {uid} {url} Requests an object\n");
printf("actor {basedir} [{uid}] {url} Requests an actor\n");
printf("note {basedir} {uid} {text} [files...] Sends a note with optional attachments\n");
+ printf("announce {basedir} {uid} {url} Announces (boosts) 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");