From 901fc14c361960aef2e81c8348d7fcb682e9e1ea Mon Sep 17 00:00:00 2001 From: Ivan Samokhin Date: Wed, 18 Mar 2026 14:10:18 +0400 Subject: [PATCH] Update arguments.cpp Added remove argument --- lib/arguments.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/arguments.cpp b/lib/arguments.cpp index 00a15318..bfb8d4f5 100644 --- a/lib/arguments.cpp +++ b/lib/arguments.cpp @@ -28,6 +28,8 @@ const QList arguments::opts = { "Exit after importing items."), arg_option("help", NULL, no_argument, true, false, "Print this help and exit."), + arg_option("remove", NULL, no_argument, true, false, + "Remove selected item from database."), arg_option("hierarchy", "directory", file_argument, true, true, "Save OpenSSL index hierarchy in ."), arg_option("index", "file", file_argument, true, true,