diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-25 18:06:27 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-25 18:06:27 +0100 |
| commit | 5f9fd4daa369f54714aca9c3d7c8dea0b06f2f31 (patch) | |
| tree | 5d241d688c9c2dbf8fa44b7236a55762a2be5b4e | |
| parent | effe1f88979dc6768f07c74dda7ea2a352959a41 (diff) | |
Mention the sync command in general help
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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:"); |
