multispell -version (return code: 0)
@(#) International Ispell Version 3.1.20 (but really multispell 0.4a)
multispell --help (return code: 0)
SYNOPSIS:
multispell [multispell-options] [hspell-options] [ispell-options]
DESCRIPTION:
Multispell is a program that lets your editor talk to two spellers
simultaneously. It launches two speller programs, one Hebrew (hspell),
one English (ispell), and merges their results.
Currently the editor can talk with multispell only in ISO-8859-8
or CP1255.
VALID MULTISPELL-OPTIONS:
--debug
Write debug info to ~/multispell-dbg.txt
--hspell-cmd PROG
Use PROG instead of "hspell"
--ispell-cmd PROG
Use PROG instead of "ispell"
--remove-niqqud
Erase words containing CP1255's niqqud (Hebrew points),
and convert maqaf (0xCE) to ASCII dash.
--drop OPTNAME
Don't pass option OPTNAME to ispell or to hspell. It's
useful in ~/.multispellrc when you want to drop an option
the editor is determined to pass. You can specify multiple
options, separated by commas. If the option requires an
argument, append ':' to its name.
--help -h
Print this message
FILES:
/etc/multispellrc
Additional command-line options to use. These _override_
the ones specified on the command-line.
~/.multispellrc
If found, used _instead_ of /etc/multispellrc