diff options
| author | 2024-11-25 10:34:12 +0100 | |
|---|---|---|
| committer | 2024-11-25 10:34:12 +0100 | |
| commit | a30b2b61b4be0e18439c6cde695b59f9a215ebe8 (patch) | |
| tree | 5d93be56b1a1d1596fa355e8eb07f0c0fa9917e2 | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-a30b2b61b4be0e18439c6cde695b59f9a215ebe8.tar.gz penes-snac2-a30b2b61b4be0e18439c6cde695b59f9a215ebe8.tar.xz penes-snac2-a30b2b61b4be0e18439c6cde695b59f9a215ebe8.zip | |
Fixed typo.
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -51,7 +51,7 @@ int usage(void) | |||
| 51 | printf("export_csv {basedir} {uid} Exports data as CSV files into current directory\n"); | 51 | printf("export_csv {basedir} {uid} Exports data as CSV files into current directory\n"); |
| 52 | printf("alias {basedir} {uid} {account} Sets account (@user@host or actor url) as an alias\n"); | 52 | printf("alias {basedir} {uid} {account} Sets account (@user@host or actor url) as an alias\n"); |
| 53 | printf("migrate {basedir} {uid} Migrates to the account defined as the alias\n"); | 53 | printf("migrate {basedir} {uid} Migrates to the account defined as the alias\n"); |
| 54 | printf("import_csv {basedir} {uid} Imports data from CSV files into current directory\n"); | 54 | printf("import_csv {basedir} {uid} Imports data from CSV files in the current directory\n"); |
| 55 | printf("import_list {basedir} {uid} {file} Imports a Mastodon CSV list file\n"); | 55 | printf("import_list {basedir} {uid} {file} Imports a Mastodon CSV list file\n"); |
| 56 | printf("import_block_list {basedir} {uid} {file} Imports a Mastodon CSV block list file\n"); | 56 | printf("import_block_list {basedir} {uid} {file} Imports a Mastodon CSV block list file\n"); |
| 57 | 57 | ||