aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 40204bc..a5a086d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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)