aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-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)