aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 85bf4ce..5560e59 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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