aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-01-25 18:06:27 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2026-01-25 18:06:27 +0100
commit5f9fd4daa369f54714aca9c3d7c8dea0b06f2f31 (patch)
tree5d241d688c9c2dbf8fa44b7236a55762a2be5b4e
parenteffe1f88979dc6768f07c74dda7ea2a352959a41 (diff)
Mention the sync command in general help
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
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:");