From af7d3d168996beba9a6d10792d9b5ba9ba0e6ced Mon Sep 17 00:00:00 2001
From: Mikhail Svechnikov <m.svechnikov@fz-juelich.de>
Date: Wed, 9 Aug 2023 15:18:48 +0200
Subject: [PATCH] upd command name

---
 devtools/linecount/check-line-length.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devtools/linecount/check-line-length.py b/devtools/linecount/check-line-length.py
index a9840c8f6fe..22fca01622e 100755
--- a/devtools/linecount/check-line-length.py
+++ b/devtools/linecount/check-line-length.py
@@ -9,7 +9,7 @@ from io import open
 
 if len(sys.argv)<3:
     print( """
-Usage: count-line-length <max_mum_chars_per_line> <files>
+Usage: check-line-length <max_mum_chars_per_line> <files>
 
 Returns 1 if any given file
     - exceeds the given number of characters per line,
-- 
GitLab