aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 4faa662f..9c3aac2c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -277,9 +277,9 @@ Scripts
* `edda(1)` provides a means to run `ed(1)` over a set of files preserving
any options, mostly useful for scripts. There’s `--help` output and a
manual page.
-* `han(1)` provides a `keywordprg` for Bash script development that will look
- for `help` topics. You could use it from the shell too. It also has a brief
- manual.
+* `han(1)` provides a `keywordprg` for Vim's Bash script filetype that will
+ look for `help` topics. You could use it from the shell too. It also has a
+ brief manual.
* `sue(8)` execs `sudoedit(8)` as the owner of all the file arguments given,
perhaps in cases where you may not necessarily have `root` `sudo(8)`
privileges.