Add koi8-r as valid -T option

This commit is contained in:
Andrey A. Chernov 1995-01-17 00:13:15 +00:00
parent 7ac7111d42
commit 5b90fb0af3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5668
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@ option with an argument other than
.B ascii
and
.B latin1
and
.B koi8-r
will be ignored.
The
.B \-h

View File

@ -23,7 +23,7 @@ do
opts="$opts $1";
;;
-Tascii|-Tlatin1)
-Tascii|-Tlatin1|-Tkoi8-r)
T=$1
;;
-T*)