diff options
| -rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -40,8 +40,7 @@ int usage(void) | |||
| 40 | printf("unblock {basedir} {instance_url} Unblocks a full instance\n"); | 40 | printf("unblock {basedir} {instance_url} Unblocks a full instance\n"); |
| 41 | printf("limit {basedir} {uid} {actor} Limits an actor (drops their announces)\n"); | 41 | printf("limit {basedir} {uid} {actor} Limits an actor (drops their announces)\n"); |
| 42 | printf("unlimit {basedir} {uid} {actor} Unlimits an actor\n"); | 42 | printf("unlimit {basedir} {uid} {actor} Unlimits an actor\n"); |
| 43 | 43 | printf("verify_links {basedir} {uid} Verifies a user's links (in the metadata)\n"); | |
| 44 | /* printf("question {basedir} {uid} 'opts' Generates a poll (;-separated opts)\n");*/ | ||
| 45 | 44 | ||
| 46 | return 1; | 45 | return 1; |
| 47 | } | 46 | } |