OSDN Git Service

admin/ml2cvs: Correct a sample commandline in comments.
authorAkihiro MOTOKI <amotoki@gmail.com>
Tue, 1 May 2012 15:42:05 +0000 (00:42 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Tue, 1 May 2012 15:42:05 +0000 (00:42 +0900)
Each line in an input file should be terminated with LF only (not CR+LF)
to work ml2cvs correctly. Otherwise, ml2cvs cannot recognize a page name.

admin/ml2cvs

index e4b4b58..0c1146d 100755 (executable)
@@ -6,7 +6,7 @@
 #
 # メールは UTF-8 変換後に標準入力から流してください。
 #
-# cat <mail> | nkf -w | ml2cvs
+# cat <mail> | nkf -Lu -w | ml2cvs
 #
 my $DEBUG = "off";
 my ($epath, %status);