From e7f07ed59009568d7770eef9157680a429d37149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= Date: Sun, 20 Jun 2021 00:46:53 +0200 Subject: [PATCH] Update documentation --- exec/check_spaces.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/check_spaces.sh b/exec/check_spaces.sh index 39ca7678..654ba83a 100644 --- a/exec/check_spaces.sh +++ b/exec/check_spaces.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Find tabs in text files +# Find tabs and trailing whitespaces in text files # This directory DIR_THIS="$(dirname "$(realpath "$0")")"