瀏覽代碼

Added 'announce' command to usage.

default 2 年之前
父節點
當前提交
ec304baf73
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main.c

+ 1 - 0
main.c

@@ -32,6 +32,7 @@ int usage(void)
     printf("request {basedir} {uid} {url}       Requests an object\n");
     printf("request {basedir} {uid} {url}       Requests an object\n");
     printf("actor {basedir} [{uid}] {url}       Requests an actor\n");
     printf("actor {basedir} [{uid}] {url}       Requests an actor\n");
     printf("note {basedir} {uid} {text} [files...] Sends a note with optional attachments\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("resetpwd {basedir} {uid}            Resets the password of a user\n");
     printf("ping {basedir} {uid} {actor}        Pings an actor\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");
     printf("webfinger_s {basedir} {uid} {actor} Queries about an actor (@user@host or actor url)\n");