summaryrefslogtreecommitdiff
path: root/ale_linters/sh
diff options
context:
space:
mode:
authorEddie Lebow <elebow@users.noreply.github.com>2019-11-23 00:06:41 -0500
committerEddie Lebow <elebow@users.noreply.github.com>2019-11-23 00:34:40 -0500
commitece229c06f36efdc172ae6d70c73b72a16bb4cdf (patch)
treecd3f69a48a979a2dee998eb25a9e0606ac6364b6 /ale_linters/sh
parent1997a8f7e22a930e3d47b61a7f9ab948d04f2b92 (diff)
downloadale-ece229c06f36efdc172ae6d70c73b72a16bb4cdf.zip
shell: Make description more accurate
The shell linter does more than just bash.
Diffstat (limited to 'ale_linters/sh')
-rw-r--r--ale_linters/sh/shell.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/sh/shell.vim b/ale_linters/sh/shell.vim
index 171fe64e..73ab3608 100644
--- a/ale_linters/sh/shell.vim
+++ b/ale_linters/sh/shell.vim
@@ -1,5 +1,5 @@
" Author: w0rp <devw0rp@gmail.com>
-" Description: Lints sh files using bash -n
+" Description: Lints shell files by invoking the shell with -n
" Backwards compatibility
if exists('g:ale_linters_sh_shell_default_shell')