From d82f009f9af0b1c527835e677eb2ae7789236fa4 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 8 Feb 2026 12:38:18 +0100 Subject: Update configuration display --- src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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) -- cgit v1.2.3