about summary refs log tree commit diff
diff options
context:
space:
mode:
authoreater <=@eater.me>2021-06-26 19:34:01 +0200
committerLeah Neukirchen <leah@vuxu.org>2021-07-12 22:44:10 +0200
commite778aefbcfd0e059f84540dfb90cdf64b4b1316b (patch)
treecc90a8e8c10a0e6085aef8dee0f87653e883aded
parentcbeb2289e2f83e8acd5a8cd5ddcf386a0b0b4aee (diff)
downloadxtools-e778aefbcfd0e059f84540dfb90cdf64b4b1316b.tar.gz
xtools-e778aefbcfd0e059f84540dfb90cdf64b4b1316b.tar.xz
xtools-e778aefbcfd0e059f84540dfb90cdf64b4b1316b.zip
xlint: clarify spaces were used
-rwxr-xr-xxlint2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlint b/xlint
index df940a3..624c858 100755
--- a/xlint
+++ b/xlint
@@ -303,7 +303,7 @@ for argument; do
 	scan 'vinstall.* 0?755.*usr/bin' "use vbin"
 	scan 'vinstall.* usr/share/man' "use vman"
 	scan 'vinstall.* usr/share/licenses' "use vlicense"
-	scan '^  ' "indent with tabs" | once
+	scan '^  ' "please indent with tabs" | once
 	scan '[\t ]$' "trailing whitespace"
 	scan '[^\\]`' "use \$() instead of backticks"
 	scan '^pkgname="[^$]+"' "pkgname must not be quoted"