1
0
Fork 0
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:
King_DuckZ 2015-12-12 16:53:09 +00:00
parent e6680b0bf1
commit 8a4afa241e
6 changed files with 179 additions and 1 deletions

View file

@ -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)