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,