diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-18 12:07:54 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-18 12:07:54 +0200 |
commit | 1c96d1bb874fb7908a0594bcde971a772a80bcfb (patch) | |
tree | cbf9d0e9bff8b2d880dd7d816874d5789ba10e44 /src | |
parent | e0c3120b46cc95cd9d0cb9bf300ec4f9cff9572a (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ static void usage_sync(void) { fprintf(stderr, "OPTIONS\n"); fprintf(stderr, " download_dir The path where media should be downloaded to\n"); fprintf(stderr, "EXAMPLES\n"); - fprintf(stderr, " automedia sync /home/adam/Downloads/automedia\n"); + fprintf(stderr, " automedia sync /home/user/Downloads/automedia\n"); exit(1); } |