* rename the --separate option into --terminate (mu view), update test cases

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-10 14:07:35 +03:00
parent de150bd9f7
commit 31d568e076
3 changed files with 22 additions and 5 deletions

View File

@ -245,7 +245,7 @@ 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},
{"terminator", 0, 0, G_OPTION_ARG_NONE, &opts->terminator,
{"terminate", 0, 0, G_OPTION_ARG_NONE, &opts->terminator,
"terminate messages with ascii-0x07 (\\f, form-feed)", NULL},
{NULL, 0, 0, 0, NULL, NULL, NULL}
};