diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-02-17 18:59:56 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-02-17 18:59:56 +0100 |
| commit | 2ffa8a2cffc9d659fd36518b2132d568b4e93b3a (patch) | |
| tree | 7169aa2362986ec136db7ce483aeaa139694d892 /src | |
| parent | 684159bcf8287bcb569eaa41d0ca1a37437c94c6 (diff) | |
Add a dist rule
Also add an explicit version.
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -962,8 +962,9 @@ static void ftag_help(int, char **) puts("Some commands also have their own help, try \"ftag COMMAND help\""); puts("Configuration:"); printf(" cache %s\n", FTAG_CACHE_DIR); - printf(" prefix %s\n", FTAG_PREFIX); printf(" config %s\n", FTAG_CONFIG_DIR); + printf(" prefix %s\n", FTAG_PREFIX); + printf(" version %s\n", FTAG_VERSION); } static void ftag_query_usage(void) |
