Commit cef4507a38dc4b8804cf42a314db7b1961a40bc1
1 parent
82aa7d9f
Exists in
master
and in
5 other branches
Removendo o nome do charset padrao da saida de help
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/pw3270/main.c
@@ -404,7 +404,7 @@ int main(int argc, char *argv[]) | @@ -404,7 +404,7 @@ int main(int argc, char *argv[]) | ||
404 | { "systype", 't', 0, G_OPTION_ARG_STRING, &system, N_( "Host system type" ), "S390" }, | 404 | { "systype", 't', 0, G_OPTION_ARG_STRING, &system, N_( "Host system type" ), "S390" }, |
405 | { "toggleset", 'S', 0, G_OPTION_ARG_STRING, &toggleset, N_( "Set toggles ON" ), NULL }, | 405 | { "toggleset", 'S', 0, G_OPTION_ARG_STRING, &toggleset, N_( "Set toggles ON" ), NULL }, |
406 | { "togglereset", 'R', 0, G_OPTION_ARG_STRING, &togglereset, N_( "Set toggles OFF" ), NULL }, | 406 | { "togglereset", 'R', 0, G_OPTION_ARG_STRING, &togglereset, N_( "Set toggles OFF" ), NULL }, |
407 | - { "charset", 'C', 0, G_OPTION_ARG_STRING, &charset, N_( "Set host charset" ), N_( "bracket" ) }, | 407 | + { "charset", 'C', 0, G_OPTION_ARG_STRING, &charset, N_( "Set host charset" ), NULL }, |
408 | 408 | ||
409 | #if defined( HAVE_SYSLOG ) | 409 | #if defined( HAVE_SYSLOG ) |
410 | { "syslog", 'l', 0, G_OPTION_ARG_NONE, &log_to_syslog, N_( "Send messages to syslog" ), NULL }, | 410 | { "syslog", 'l', 0, G_OPTION_ARG_NONE, &log_to_syslog, N_( "Send messages to syslog" ), NULL }, |