aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-09-18 19:56:40 +0200
committerdefault <nobody@localhost>2024-09-18 19:56:40 +0200
commitee63e2a78cc8a9ab448349920be932c738e1f19e (patch)
tree5affcc7c36de97a82d5963736db07805de2c3747 /main.c
parent97cc35f577dbe390c5c6c841e41f6a82b32aff9d (diff)
New function webfinger_request_fake().
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index ed8f199..5b8fe6d 100644
--- a/main.c
+++ b/main.c
@@ -47,8 +47,9 @@ int usage(void)
printf("unlimit {basedir} {uid} {actor} Unlimits an actor\n");
printf("verify_links {basedir} {uid} Verifies a user's links (in the metadata)\n");
printf("search {basedir} {uid} {regex} Searches posts by content\n");
- printf("aka {basedir} {uid} {actor} Sets actor (@user@host or url) as an a.k.a.\n");
+ printf("aka {basedir} {uid} {actor} Sets actor (@user@host or url) as the a.k.a.\n");
printf("export_csv {basedir} {uid} Exports data as CSV files into current directory\n");
+ printf("migrate {basedir} {uid} Migrates the account to the one set as the a.k.a.\n");
return 1;
}