aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-02-08 12:38:18 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2026-02-08 12:38:18 +0100
commitd82f009f9af0b1c527835e677eb2ae7789236fa4 (patch)
treea991adecbdf2740625037a49307c8afd85e69afd
parent5c25f7bb0097ef78998657e5c944b8ba55ad90ec (diff)
Update configuration display
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 4214832..e496569 100644
--- a/src/main.c
+++ b/src/main.c
@@ -961,9 +961,9 @@ static void ftag_help(int, char **)
puts(" tag manage tags");
puts("Some commands also have their own help, try \"ftag COMMAND help\"");
puts("Configuration:");
- printf(" root %s\n", FTAG_CACHE_DIR "/");
- printf(" database %s\n", DATABASE_PATH);
- printf(" file storage %s\n", FTAG_CACHE_DIR "/files/");
+ printf(" cache %s\n", FTAG_CACHE_DIR);
+ printf(" prefix %s\n", FTAG_PREFIX);
+ printf(" config %s\n", FTAG_CONFIG_DIR);
}
static void ftag_query_usage(void)