* rename the --separate option into --terminator (mu view)

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-07 22:59:44 +03:00
parent adbab879a2
commit de150bd9f7
4 changed files with 11 additions and 12 deletions

View File

@ -245,8 +245,8 @@ config_options_group_view (MuConfig *opts)
GOptionEntry entries[] = {
{"summary", 0, 0, G_OPTION_ARG_NONE, &opts->summary,
"only show a short summary of the message (false)", NULL},
{"separate", 0, 0, G_OPTION_ARG_NONE, &opts->separate,
"separate messages with ascii-0x07 (form-feed)", NULL},
{"terminator", 0, 0, G_OPTION_ARG_NONE, &opts->terminator,
"terminate messages with ascii-0x07 (\\f, form-feed)", NULL},
{NULL, 0, 0, 0, NULL, NULL, NULL}
};