* mu-config: small fix

This commit is contained in:
Dirk-Jan C. Binnema 2010-10-23 12:12:14 +03:00
parent 0c763c48f1
commit 23869e2066
1 changed files with 2 additions and 2 deletions

View File

@ -222,8 +222,8 @@ config_options_group_extract (MuConfigOptions *opts)
"save all attachments", NULL},
{"save-all", 0, 0, G_OPTION_ARG_NONE, &opts->save_all,
"save all parts (incl. non-attachments)", NULL},
{"parts <numbers>", 0, 0, G_OPTION_ARG_STRING, &opts->parts,
"save specific parts", NULL},
{"parts", 0, 0, G_OPTION_ARG_STRING, &opts->parts,
"save specific parts (comma-separated list)", 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,