29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
$NetBSD: patch-ac,v 1.1 2004/01/28 16:08:56 agc Exp $
|
|
|
|
--- autogb.c 2004/01/28 16:06:34 1.1
|
|
+++ autogb.c 2004/01/28 16:07:21
|
|
@@ -34,15 +34,15 @@
|
|
void print_help(char* filename){
|
|
printf("\nUsage: %s [-OPTION] < input > output\n", filename);
|
|
puts(
|
|
-"Now autoconvert can only judge gb/big5/hz encoding, so if you want to
|
|
-do other conversion, you must set the option --input. Without --input,
|
|
-the program will guess the encoding of the input.
|
|
-OPTION is one of (case insensitive):
|
|
- -i encoding, --input encoding: Set the input encoding
|
|
- -o encoding, --output encoding: Set the output encoding
|
|
-
|
|
- The encoding should be gb, big5, hz, uni, utf7 or utf8.
|
|
- ");
|
|
+"Now autoconvert can only judge gb/big5/hz encoding, so if you want to \n"
|
|
+"do other conversion, you must set the option --input. Without --input,\n"
|
|
+"the program will guess the encoding of the input.\n"
|
|
+"OPTION is one of (case insensitive):\n"
|
|
+" -i encoding, --input encoding: Set the input encoding\n"
|
|
+" -o encoding, --output encoding: Set the output encoding\n"
|
|
+"\n"
|
|
+" The encoding should be gb, big5, hz, uni, utf7 or utf8.\n"
|
|
+" ");
|
|
|
|
exit(0);
|
|
}
|