summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2011-01-02 22:36:45 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2011-01-02 22:36:45 +0900
commitc8c5d03ff4e719515c89765a158eab4a773c4ee7 (patch)
tree215a3c572b32b58a31b6bf5c004ca30fd87b9f1a
parentc1c6823ba2d62120caad927180bdbef7a528874b (diff)
downloadlibhangul-c8c5d03ff4e719515c89765a158eab4a773c4ee7.tar.gz
메시지 업데이트
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@254 8f00fcd2-89fc-0310-932e-b01be5b65e01
-rw-r--r--tools/hangul.c5
1 files 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 {