From 187916318f9218a9863940bd98685483500c8150 Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Thu, 28 Nov 2019 17:07:09 +0000 Subject: [PATCH] Tweaked comments and added alternative --- sheets/aspell | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sheets/aspell b/sheets/aspell index 567afdb..e919048 100644 --- a/sheets/aspell +++ b/sheets/aspell @@ -1,8 +1,10 @@ -# spell check a single file -aspell check ${somefile} +# Spell check a single file. +aspell check [FILE] -# list misspelled words from standard input -cat ${somefile} | aspell list +# List misspelled words from standard input (STDIN). +cat [FILE] | aspell list -# check for known dictionary files +# Check for known dictionary files. aspell dicts +# Above appears to be short-form for the below command. +aspell dump dicts