diff options
| author | 2024-03-24 20:43:26 +0100 | |
|---|---|---|
| committer | 2024-03-24 20:43:26 +0100 | |
| commit | ec304baf7343c29532223188cc2ed507518387ff (patch) | |
| tree | 66ebbd451e82f5693ce214689c93db7800093551 /main.c | |
| parent | Updated TODO. (diff) | |
| download | snac2-ec304baf7343c29532223188cc2ed507518387ff.tar.gz snac2-ec304baf7343c29532223188cc2ed507518387ff.tar.xz snac2-ec304baf7343c29532223188cc2ed507518387ff.zip | |
Added 'announce' command to usage.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -32,6 +32,7 @@ int usage(void) | |||
| 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} [files...] Sends a note with optional attachments\n"); | 34 | printf("note {basedir} {uid} {text} [files...] Sends a note with optional attachments\n"); |
| 35 | printf("announce {basedir} {uid} {url} Announces (boosts) a post\n"); | ||
| 35 | printf("resetpwd {basedir} {uid} Resets the password of a user\n"); | 36 | printf("resetpwd {basedir} {uid} Resets the password of a user\n"); |
| 36 | printf("ping {basedir} {uid} {actor} Pings an actor\n"); | 37 | 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"); | 38 | printf("webfinger_s {basedir} {uid} {actor} Queries about an actor (@user@host or actor url)\n"); |