diff options
| author | 2024-09-18 12:46:01 +0200 | |
|---|---|---|
| committer | 2024-09-18 12:46:01 +0200 | |
| commit | 00716d187163254cb3fce946316072c28b7bc949 (patch) | |
| tree | 35985a0f84540ad010fc9a23d23e3d086dbf38af /main.c | |
| parent | Also export following_accounts.csv. (diff) | |
| download | penes-snac2-00716d187163254cb3fce946316072c28b7bc949.tar.gz penes-snac2-00716d187163254cb3fce946316072c28b7bc949.tar.xz penes-snac2-00716d187163254cb3fce946316072c28b7bc949.zip | |
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) | |||
| 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 an a.k.a.\n"); |
| 51 | printf("export_csv {basedir} {uid} Exports data as CSV files into current directory\n"); | ||
| 51 | 52 | ||
| 52 | return 1; | 53 | return 1; |
| 53 | } | 54 | } |