diff options
| author | 2024-02-16 13:18:21 +0100 | |
|---|---|---|
| committer | 2024-02-16 13:18:21 +0100 | |
| commit | c172e918b1a29bd72008f354345d3078556da238 (patch) | |
| tree | 0361eff5a66902b629ec6f7ef94f73fca95517f0 | |
| parent | Added a 'verified link' title to them. (diff) | |
| download | snac2-c172e918b1a29bd72008f354345d3078556da238.tar.gz snac2-c172e918b1a29bd72008f354345d3078556da238.tar.xz snac2-c172e918b1a29bd72008f354345d3078556da238.zip | |
Added verify_links to usage().
| -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 | } |