mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages*: use generic word for help * git: add newline to the end Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages*: make help and version commands comply with the style guide * java: fix Java name --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
290 B
290 B
ispell
Interactive spell checking. More information: https://www.cs.hmc.edu/~geoff/ispell-man.html.
- Start an interactive session:
ispell
- Check for typos in the specified file and interactively apply suggestions:
ispell {{path/to/file}}
- Display version:
ispell -v