소스 검색

Added attachments to usage.

default 2 년 전
부모
커밋
9a7283f80c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.c

+ 1 - 1
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");