Better --help message.

This commit is contained in:
Simon Gomizelj 2012-05-31 07:04:47 -04:00
parent 2315d1bb1f
commit ed03fdb554
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
static gchar *role = NULL;
static GOptionEntry entries[] = {
{ "role", 'r', 0, G_OPTION_ARG_STRING, &role, "The terminal's role", NULL },
{ "role", 'r', 0, G_OPTION_ARG_STRING, &role, "The role to use", "ROLE" },
{ NULL }
};