summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-03-15 20:27:47 +0100
committerdefault <nobody@localhost>2024-03-15 20:27:47 +0100
commit9a7283f80c3836f74c19edea94d0d65e363a5474 (patch)
treee8c5eb2c0c5f3f4e0a053e37641786de8060b5bd
parent15ac48280b67701dd2d06cafbf6914dfa85865b0 (diff)
Added attachments to usage.
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9d09ba3..87aa2c1 100644
--- a/main.c
+++ b/main.c
@@ -31,7 +31,7 @@ int usage(void)
printf("unfollow {basedir} {uid} {actor} Unfollows an actor\n");
printf("request {basedir} {uid} {url} Requests an object\n");
printf("actor {basedir} [{uid}] {url} Requests an actor\n");
- printf("note {basedir} {uid} {'text'} Sends a note to followers\n");
+ printf("note {basedir} {uid} {text} [files...] Sends a note with optional attachments\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");