diff options
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) 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; } |