* update mu extract implementation, support --overwrite and --targetdir (WIP,

needs testing)
This commit is contained in:
Dirk-Jan C. Binnema
2010-09-01 23:35:34 +03:00
parent 364620170c
commit 0ad1fb1165
4 changed files with 21 additions and 10 deletions

View File

@ -218,6 +218,8 @@ config_options_group_extract (MuConfigOptions *opts)
"save specific parts", NULL},
{"target-dir", 0, 0, G_OPTION_ARG_FILENAME, &opts->targetdir,
"target directory for saving", NULL},
{"overwrite", 0, 0, G_OPTION_ARG_NONE, &opts->overwrite,
"overwrite existing files", NULL},
{ NULL, 0, 0, 0, NULL, NULL, NULL }
};