rm extra space

This commit is contained in:
Daniel Micay 2012-06-19 19:01:27 -04:00
parent 86ecb024a4
commit aa1a43378a
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ int main(int argc, char **argv) {
{"role", 'r', 0, G_OPTION_ARG_STRING, &role, "The role to use", "ROLE"},
{"geometry", 0, 0, G_OPTION_ARG_STRING, &geometry, "Window geometry", "GEOMETRY"},
{"exec", 'e', 0, G_OPTION_ARG_STRING, &execute, "Command to execute", "COMMAND"},
{"version", 'v', 0, G_OPTION_ARG_NONE, &version, "Version info", NULL },
{"version", 'v', 0, G_OPTION_ARG_NONE, &version, "Version info", NULL},
{NULL}
};
g_option_context_add_main_entries(context, entries, NULL);