Tweaked comments and added alternative

pull/88/head
terminalforlife 5 years ago
parent 7c88ba98f0
commit 187916318f

@ -1,8 +1,10 @@
# spell check a single file # Spell check a single file.
aspell check ${somefile} aspell check [FILE]
# list misspelled words from standard input # List misspelled words from standard input (STDIN).
cat ${somefile} | aspell list cat [FILE] | aspell list
# check for known dictionary files # Check for known dictionary files.
aspell dicts aspell dicts
# Above appears to be short-form for the below command.
aspell dump dicts

Loading…
Cancel
Save