static GOptionEntry entries[] = {
{"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet,
- "Supress output", NULL},
+ "Suppress output", NULL},
{"config", 'c', 0, G_OPTION_ARG_STRING, &config,
"Config file to test", NULL},
{"strict", 's', 0, G_OPTION_ARG_NONE, &strict,
{"destination", 'd', 0, G_OPTION_ARG_STRING, &target,
"Destination db", NULL},
{"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet,
- "Supress output", NULL},
+ "Suppress output", NULL},
{NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL}
};
{"check", 'c', 0, G_OPTION_ARG_NONE, &do_check,
"Check password", NULL},
{"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet,
- "Supress output", NULL},
+ "Suppress output", NULL},
{"password", 'p', 0, G_OPTION_ARG_STRING, &password,
"Input password", NULL},
{NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL}