diff options
| author | default <nobody@localhost> | 2024-10-19 21:42:48 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-10-19 21:42:48 +0200 |
| commit | 38106471c8ba31102560e5e0b642f1bd7f1c261f (patch) | |
| tree | f637f6975125b23d7387988ea0daea4ad61ce3bc /main.c | |
| parent | d4ec39da72e9ef568ca199081401d3dae8eceaa6 (diff) | |
Updated usage().
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ int usage(void) printf("export_csv {basedir} {uid} Exports data as CSV files into current directory\n"); printf("alias {basedir} {uid} {account} Sets account (@user@host or actor url) as an alias\n"); printf("migrate {basedir} {uid} Migrates to the account defined as the alias\n"); + printf("import_csv {basedir} {uid} Imports data from CSV files into current directory\n"); return 1; } |