diff options
| author | default <nobody@localhost> | 2024-09-18 12:46:01 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-09-18 12:46:01 +0200 |
| commit | 00716d187163254cb3fce946316072c28b7bc949 (patch) | |
| tree | 35985a0f84540ad010fc9a23d23e3d086dbf38af /main.c | |
| parent | 7a83532c8ee1b03eb964952e1aeb54ebabc666cf (diff) | |
Added 'export_csv' to the usage message.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |