mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Update arguments.cpp
Added remove argument
This commit is contained in:
parent
1308365015
commit
901fc14c36
@ -28,6 +28,8 @@ const QList<arg_option> 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 <dir>."),
|
||||
arg_option("index", "file", file_argument, true, true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user