From 5f9fd4daa369f54714aca9c3d7c8dea0b06f2f31 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 25 Jan 2026 18:06:27 +0100 Subject: Mention the sync command in general help --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 8c47d67..20c3a0d 100644 --- a/src/main.c +++ b/src/main.c @@ -948,6 +948,7 @@ static void ftag_help(int, char **) puts(" file manage files"); puts(" help print this message"); puts(" query query the database"); + puts(" sync synchronize with a remote"); puts(" tag manage tags"); puts("Some commands also have their own help, try \"ftag COMMAND help\""); puts("Configuration:"); -- cgit v1.2.3