diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-11-11 18:36:00 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-11-11 18:47:27 +0100 |
| commit | dbaf82a8838e76886bd17419404c6b981cd1bb03 (patch) | |
| tree | 6f2037af5d698072e197b132b3b2b88124ac1b2d /src | |
| parent | 93c62efe54edfa721067b797492adfd45fcf1010 (diff) | |
Add "tag" and "file" commands to help message
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,7 +58,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(" help print this message\n"); + printf(" tag manage tags\n"); printf("Configuration:\n"); printf(" database path %s\n", DATABASE_PATH); printf(" ftag root %s\n", FTAG_ROOT); |
