aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-01-03 22:11:48 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2026-01-03 22:11:48 +0100
commitafacc9d1c75db16795476a8c720f124cccda7a11 (patch)
tree4e5f79636c97c7b8b3b917c7eb4a4ea6a5fa0b68
parent098611d8b23ab846338f97748325eb7fc8b53892 (diff)
Remove todo
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 1a2eac8..1593db5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,8 +26,6 @@ enum encrypt {
This would allow working with different databases with the same ftag
binary and moving the database. */
-/* TODO: add options for encrypting files using GPG */
-
/* Structure that aims at making parsing commands and sub-commands options
* easy. The work is done by the parse_args function. */
struct ftag_command {