diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-11-11 10:59:37 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-11-11 10:59:37 +0100 |
| commit | 3e82bc8638fd3034976d87e7cf42862160bbcb93 (patch) | |
| tree | c69e0c99bf23325ef9fd56cb76d622924bfdbeca /src/main.c | |
| parent | b78129fc9f5748692cef2d07e0930e19d84f8ba7 (diff) | |
Add ftag root to help message
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ static void ftag_help(int, char **) printf(" help print this message\n"); printf("Configuration:\n"); printf(" database path %s\n", DATABASE_PATH); + printf(" ftag root %s\n", FTAG_ROOT); } static void parse_args(int argc, |
