diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -709,8 +709,11 @@ static void ftag_help(int, char **) static void ftag_query_usage(void) { - /* TODO: add details for each option */ puts("Usage: ftag query [-a DATE] [-b DATE] [-h] [-t TAG]..."); + puts("Options:"); + puts(" -a DATE get files which dates are after DATE"); + puts(" -b DATE get files which dates are before DATE"); + puts(" -t TAG get files which have the tag TAG"); } /* Debugging callback that prints all the output. */ |
