aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index db79351..35fb27e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,11 +15,6 @@
#include "system.h"
#include "utils.h"
-/* TODO: allow editing things' descriptions
-
- Add a "edit" subcommand to "ftag file" and "ftag tag", mainly for allowing
- changing the description. */
-
/* Structure that aims at making parsing commands and sub-commands options
* easy. The work is done by the parse_args function. */
struct ftag_command {