diff options
| author | 2025-08-18 19:29:00 +0200 | |
|---|---|---|
| committer | 2025-08-18 19:29:00 +0200 | |
| commit | 1b8206fe25cd4737b3b497d9af7e729043a75c76 (patch) | |
| tree | 745f30737d713754f015396d8d88ab1d236e1e2b /main.c | |
| parent | Updated documentation. (diff) | |
| download | snac2-1b8206fe25cd4737b3b497d9af7e729043a75c76.tar.gz snac2-1b8206fe25cd4737b3b497d9af7e729043a75c76.tar.xz snac2-1b8206fe25cd4737b3b497d9af7e729043a75c76.zip | |
Fixed typo.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -61,7 +61,7 @@ int usage(const char *cmd) | |||
| 61 | "verify_links {basedir} {uid} Verifies a user's links (in the metadata)\n" | 61 | "verify_links {basedir} {uid} Verifies a user's links (in the metadata)\n" |
| 62 | "search {basedir} {uid} {regex} Searches posts by content\n" | 62 | "search {basedir} {uid} {regex} Searches posts by content\n" |
| 63 | "export_csv {basedir} {uid} Exports followers, lists, MUTEd and bookmarks to CSV\n" | 63 | "export_csv {basedir} {uid} Exports followers, lists, MUTEd and bookmarks to CSV\n" |
| 64 | "export_posts {basedir} {iod} Exports all posts to outbox.json\n" | 64 | "export_posts {basedir} {uid} Exports all posts to outbox.json\n" |
| 65 | "alias {basedir} {uid} {account} Sets account (@user@host or actor url) as an alias\n" | 65 | "alias {basedir} {uid} {account} Sets account (@user@host or actor url) as an alias\n" |
| 66 | "migrate {basedir} {uid} Migrates to the account defined as the alias\n" | 66 | "migrate {basedir} {uid} Migrates to the account defined as the alias\n" |
| 67 | "import_csv {basedir} {uid} Imports data from CSV files\n" | 67 | "import_csv {basedir} {uid} Imports data from CSV files\n" |