aboutsummaryrefslogtreecommitdiff
path: root/tools/getcopyright.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/getcopyright.py')
-rwxr-xr-xtools/getcopyright.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/getcopyright.py b/tools/getcopyright.py
index 7c2a0e6..f9b844f 100755
--- a/tools/getcopyright.py
+++ b/tools/getcopyright.py
@@ -9,7 +9,7 @@ from Internals import *
#*****************************************************************************#
# Set up the arguments parser #
#*****************************************************************************#
-argparser = CarrotArgumentParser()
+argparser = CarrotArgumentParser(loc['desc']['getcopyright'])
# Main arguments.
argparser.add_argument('path', nargs='+', help=loc['args']['files'])