aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8b3f09a..54a0790 100644
--- a/src/main.c
+++ b/src/main.c
@@ -610,7 +610,6 @@ static void ftag_file(int argc, char **argv)
{.name = "help", .func = ftag_file_help},
{.name = "list", .func = ftag_file_list},
{.name = "tag", .func = ftag_file_tag}
- /* TODO: add help command */
};
const int file_command_count = sizeof(file_commands)/ sizeof(struct ftag_command);
parse_args(argc, argv, file_commands, file_command_count);