summaryrefslogtreecommitdiff
path: root/converters/autoconvert/patches/patch-ac
blob: 4437eaa0563a0c570db51df5f9ffdb48ea506c5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$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);
 }