* mu: improve cfind help text

This commit is contained in:
djcb
2013-05-05 12:18:08 +03:00
parent d79e19b74b
commit 71cbd27ef3
2 changed files with 9 additions and 6 deletions

View File

@ -277,8 +277,8 @@ config_options_group_cfind (void)
GOptionGroup *og;
GOptionEntry entries[] = {
{"format", 'o', 0, G_OPTION_ARG_STRING, &MU_CONFIG.formatstr,
"output format ('plain'(*), 'mutt', 'wl',"
"'org-contact', 'csv')", "<format>"},
"output format (plain(*), mutt-alias, mutt-ab, wl, "
"org-contact, bbdb, csv)", "<format>"},
{"personal", 0, 0, G_OPTION_ARG_NONE, &MU_CONFIG.personal,
"whether to only get 'personal' contacts", NULL},
{"after", 0, 0, G_OPTION_ARG_INT, &MU_CONFIG.after,