diff options
| author | 2024-09-18 19:56:40 +0200 | |
|---|---|---|
| committer | 2024-09-18 19:56:40 +0200 | |
| commit | ee63e2a78cc8a9ab448349920be932c738e1f19e (patch) | |
| tree | 5affcc7c36de97a82d5963736db07805de2c3747 /main.c | |
| parent | Started account migration code. (diff) | |
| download | penes-snac2-ee63e2a78cc8a9ab448349920be932c738e1f19e.tar.gz penes-snac2-ee63e2a78cc8a9ab448349920be932c738e1f19e.tar.xz penes-snac2-ee63e2a78cc8a9ab448349920be932c738e1f19e.zip | |
New function webfinger_request_fake().
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -47,8 +47,9 @@ int usage(void) | |||
| 47 | printf("unlimit {basedir} {uid} {actor} Unlimits an actor\n"); | 47 | printf("unlimit {basedir} {uid} {actor} Unlimits an actor\n"); |
| 48 | printf("verify_links {basedir} {uid} Verifies a user's links (in the metadata)\n"); | 48 | printf("verify_links {basedir} {uid} Verifies a user's links (in the metadata)\n"); |
| 49 | printf("search {basedir} {uid} {regex} Searches posts by content\n"); | 49 | printf("search {basedir} {uid} {regex} Searches posts by content\n"); |
| 50 | printf("aka {basedir} {uid} {actor} Sets actor (@user@host or url) as an a.k.a.\n"); | 50 | printf("aka {basedir} {uid} {actor} Sets actor (@user@host or url) as the a.k.a.\n"); |
| 51 | printf("export_csv {basedir} {uid} Exports data as CSV files into current directory\n"); | 51 | printf("export_csv {basedir} {uid} Exports data as CSV files into current directory\n"); |
| 52 | printf("migrate {basedir} {uid} Migrates the account to the one set as the a.k.a.\n"); | ||
| 52 | 53 | ||
| 53 | return 1; | 54 | return 1; |
| 54 | } | 55 | } |