diff options
author | default <nobody@localhost> | 2024-02-16 13:18:21 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-16 13:18:21 +0100 |
commit | c172e918b1a29bd72008f354345d3078556da238 (patch) | |
tree | 0361eff5a66902b629ec6f7ef94f73fca95517f0 /main.c | |
parent | e6de555f7dec18d39166deb587b7f91d927668a6 (diff) |
Added verify_links to usage().
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -40,8 +40,7 @@ int usage(void) printf("unblock {basedir} {instance_url} Unblocks a full instance\n"); printf("limit {basedir} {uid} {actor} Limits an actor (drops their announces)\n"); printf("unlimit {basedir} {uid} {actor} Unlimits an actor\n"); - -/* printf("question {basedir} {uid} 'opts' Generates a poll (;-separated opts)\n");*/ + printf("verify_links {basedir} {uid} Verifies a user's links (in the metadata)\n"); return 1; } |