diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-11-28 18:16:16 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-11-28 18:16:16 +0100 |
| commit | 4e66d837a0eb7f4538305fd4579da9293f581b81 (patch) | |
| tree | 023c22d9de3b5018e5461b87defcbc039af7724e /src | |
| parent | 5f5c3d56c4351513c5faa1d7f0a6aa752c25e010 (diff) | |
add query to help message
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -419,8 +419,9 @@ static void ftag_help(int, char **) printf("Usage: ftag COMMAND [COMMAND-ARG]...\n"); printf("Available values for COMMAND:\n"); printf(" init initialize the database\n"); - printf(" file manage files"); + printf(" file manage files\n"); printf(" help print this message\n"); + printf(" query query ftag database\n"); printf(" tag manage tags\n"); printf("Configuration:\n"); printf(" database path %s\n", DATABASE_PATH); |
