mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Added verify_links to usage().
This commit is contained in:
parent
e6de555f7d
commit
c172e918b1
1 changed files with 1 additions and 2 deletions
3
main.c
3
main.c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue