mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-17 16:34:10 +00:00
Begin work on the new delete action.
This commit is contained in:
parent
e6680b0bf1
commit
8a4afa241e
6 changed files with 179 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace din {
|
|||
type_param_help = oss.str();
|
||||
}
|
||||
|
||||
po::options_description set_options("Set options");
|
||||
po::options_description set_options(ACTION_NAME " options");
|
||||
set_options.add_options()
|
||||
("ignore-errors", "Move on even if reading a file fails. Unreadable files are marked as such in the db.")
|
||||
#if defined(WITH_PROGRESS_FEEDBACK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue