From cef4507a38dc4b8804cf42a314db7b1961a40bc1 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 28 Aug 2013 11:40:44 +0000 Subject: [PATCH] Removendo o nome do charset padrao da saida de help --- src/pw3270/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pw3270/main.c b/src/pw3270/main.c index 9e10373..7d311a3 100644 --- a/src/pw3270/main.c +++ b/src/pw3270/main.c @@ -404,7 +404,7 @@ int main(int argc, char *argv[]) { "systype", 't', 0, G_OPTION_ARG_STRING, &system, N_( "Host system type" ), "S390" }, { "toggleset", 'S', 0, G_OPTION_ARG_STRING, &toggleset, N_( "Set toggles ON" ), NULL }, { "togglereset", 'R', 0, G_OPTION_ARG_STRING, &togglereset, N_( "Set toggles OFF" ), NULL }, - { "charset", 'C', 0, G_OPTION_ARG_STRING, &charset, N_( "Set host charset" ), N_( "bracket" ) }, + { "charset", 'C', 0, G_OPTION_ARG_STRING, &charset, N_( "Set host charset" ), NULL }, #if defined( HAVE_SYSLOG ) { "syslog", 'l', 0, G_OPTION_ARG_NONE, &log_to_syslog, N_( "Send messages to syslog" ), NULL }, -- libgit2 0.21.2