From 31e2bb48ce0d139c318e0d6ef0b8048276172a68 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Thu, 25 Dec 2025 18:08:31 +0100 Subject: Clarify help --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 0aa30ac..0dca7e5 100644 --- a/src/main.c +++ b/src/main.c @@ -383,7 +383,7 @@ static void ftag_file_add_help(void) { printf("ftag file add: add files to the database.\n"); ftag_file_add_usage(); - printf("Available options:\n"); + printf("Available options (all options must precede arguments):\n"); printf(" -h print help message\n"); printf(" -i interactive, ask before adding each file to the database\n"); printf("Tips:\n"); -- cgit v1.2.3