summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-02-16 13:18:21 +0100
committerGravatar default2024-02-16 13:18:21 +0100
commitc172e918b1a29bd72008f354345d3078556da238 (patch)
tree0361eff5a66902b629ec6f7ef94f73fca95517f0
parentAdded a 'verified link' title to them. (diff)
downloadsnac2-c172e918b1a29bd72008f354345d3078556da238.tar.gz
snac2-c172e918b1a29bd72008f354345d3078556da238.tar.xz
snac2-c172e918b1a29bd72008f354345d3078556da238.zip
Added verify_links to usage().
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index e9b6cfe..23f525c 100644
--- a/main.c
+++ b/main.c
@@ -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}