aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2228f2a..4d2a185 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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. */