mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-21 21:05:05 +00:00
Added 'export_csv' to the usage message.
This commit is contained in:
parent
7a83532c8e
commit
00716d1871
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -48,6 +48,7 @@ int usage(void)
|
|||
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("export_csv {basedir} {uid} Exports data as CSV files into current directory\n");
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue