diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-02-08 12:38:18 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-02-08 12:38:18 +0100 |
| commit | d82f009f9af0b1c527835e677eb2ae7789236fa4 (patch) | |
| tree | a991adecbdf2740625037a49307c8afd85e69afd | |
| parent | 5c25f7bb0097ef78998657e5c944b8ba55ad90ec (diff) | |
Update configuration display
| -rw-r--r-- | src/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |
