diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-27 21:59:59 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-27 21:59:59 +0100 |
| commit | ec87fd9ef207138824586336330d2b4c7b777896 (patch) | |
| tree | 79771ae75c731c1f24859382068805f60abe08bd /src/main.c | |
| parent | e6f3541d49627d883d5333c05903752b3f8cf875 (diff) | |
Complete ftag tag help messsage
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -816,6 +816,7 @@ static void ftag_tag_help(int, char **) printf("Usage: ftag tag COMMAND [ARG]...\n"); printf("Available values for COMMAND:\n"); printf(" add create new tags\n"); + printf(" help print this help\n"); printf(" list list available tags\n"); } |
