diff options
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1112,7 +1112,7 @@ static void ftag_sync(int argc, char **argv) if (local_mtime > remote_mtime) printf("ftag sync: local is more recent than remote !\n"); else - printf("ftag sync: local is more recent than remote !\n"); + printf("ftag sync: remote is more recent than local !\n"); } /* Check that the tag we are trying to create does not exist yet. If this |
