diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-25 18:08:31 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-25 18:08:31 +0100 |
| commit | 31e2bb48ce0d139c318e0d6ef0b8048276172a68 (patch) | |
| tree | f7af55fc66fc275557c4068047382e2daf06e25b /src | |
| parent | 56faf0e12dac62007be7c6e34f01804bc909de59 (diff) | |
Clarify help
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |
