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, 4 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 0769abc..fe5db7d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -421,9 +421,11 @@ static void ftag_help(int, char **)
printf(" help print this message\n");
printf(" query query ftag database\n");
printf(" tag manage tags\n");
+ printf("Some commands also have their own help, try \"ftag COMMAND help\"\n");
printf("Configuration:\n");
- printf(" database path %s\n", DATABASE_PATH);
- printf(" ftag root %s\n", FTAG_ROOT);
+ printf(" root %s\n", FTAG_ROOT "/");
+ printf(" database %s\n", DATABASE_PATH);
+ printf(" file storage %s\n", FTAG_ROOT "/files/");
}
static void ftag_query_usage(void)