summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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");