diff options
| author | 2024-03-15 20:27:47 +0100 | |
|---|---|---|
| committer | 2024-03-15 20:27:47 +0100 | |
| commit | 9a7283f80c3836f74c19edea94d0d65e363a5474 (patch) | |
| tree | e8c5eb2c0c5f3f4e0a053e37641786de8060b5bd /main.c | |
| parent | The command-line 'note' also allows attachments. (diff) | |
| download | penes-snac2-9a7283f80c3836f74c19edea94d0d65e363a5474.tar.gz penes-snac2-9a7283f80c3836f74c19edea94d0d65e363a5474.tar.xz penes-snac2-9a7283f80c3836f74c19edea94d0d65e363a5474.zip | |
Added attachments to usage.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -31,7 +31,7 @@ int usage(void) | |||
| 31 | printf("unfollow {basedir} {uid} {actor} Unfollows an actor\n"); | 31 | printf("unfollow {basedir} {uid} {actor} Unfollows an actor\n"); |
| 32 | printf("request {basedir} {uid} {url} Requests an object\n"); | 32 | printf("request {basedir} {uid} {url} Requests an object\n"); |
| 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'} Sends a note to followers\n"); | 34 | printf("note {basedir} {uid} {text} [files...] Sends a note with optional attachments\n"); |
| 35 | printf("resetpwd {basedir} {uid} Resets the password of a user\n"); | 35 | printf("resetpwd {basedir} {uid} Resets the password of a user\n"); |
| 36 | printf("ping {basedir} {uid} {actor} Pings an actor\n"); | 36 | printf("ping {basedir} {uid} {actor} Pings an actor\n"); |
| 37 | printf("webfinger_s {basedir} {uid} {actor} Queries about an actor (@user@host or actor url)\n"); | 37 | printf("webfinger_s {basedir} {uid} {actor} Queries about an actor (@user@host or actor url)\n"); |