diff --git a/autotools/build-bash-completion b/autotools/build-bash-completion
index 103fb9c7927382fc59cd6373bf3e3ad893a9d9ff..4a6f66c1dc0128f0cff869859294daed64ea05fd 100755
--- a/autotools/build-bash-completion
+++ b/autotools/build-bash-completion
@@ -19,6 +19,13 @@
 # 02110-1301, USA.
 
 
+"""Script to generate bash_completion script for Ganeti.
+
+"""
+
+# pylint: disable-msg=C0103
+# [C0103] Invalid name build-bash-completion
+
 import os
 import re
 from cStringIO import StringIO