From c8c5d03ff4e719515c89765a158eab4a773c4ee7 Mon Sep 17 00:00:00 2001 From: Choe Hwanjin Date: Sun, 2 Jan 2011 22:36:45 +0900 Subject: =?UTF-8?q?=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@254 8f00fcd2-89fc-0310-932e-b01be5b65e01 --- tools/hangul.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/hangul.c b/tools/hangul.c index 7d8057f..6afd88b 100644 --- a/tools/hangul.c +++ b/tools/hangul.c @@ -75,9 +75,10 @@ With no FILE, or when FILE is -, read standard input.\n\ printf(_("\ \n\ Examples:\n\ - %s -i gksrmfdlqfur Convert specified string into korean characters.\n\ + %s -i gksrmfdlqfur Convert specified string into korean characters\n\ + and print them to standard output.\n\ %s Convert standard input into korean characters\n\ - and print them to standard output.\n\ + and print them to standard output.\n\ "), program_name, program_name); } else { -- cgit v1.2.1