summaryrefslogtreecommitdiff
path: root/pygments/cmdline.py
diff options
context:
space:
mode:
authorFabrizio Riguzzi <fabrizio.riguzzi@unife.it>2022-01-25 10:22:22 +0100
committerFabrizio Riguzzi <fabrizio.riguzzi@unife.it>2022-01-25 10:22:22 +0100
commite35ad8c2169e77d94e266f633bc27f8d182e8b77 (patch)
tree66aa3e93ae33af7d7bbadb363a2777e44dc243cf /pygments/cmdline.py
parent4e7e60a874c61987228d403354f9dd47721ba949 (diff)
parent308f4c8f2992431d3b1fcdcc313b43182cb93ff3 (diff)
downloadpygments-git-e35ad8c2169e77d94e266f633bc27f8d182e8b77.tar.gz
Merge branch 'master' of github.com:friguzzi/pygments
Diffstat (limited to 'pygments/cmdline.py')
-rw-r--r--pygments/cmdline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/cmdline.py b/pygments/cmdline.py
index 4f688c7f..6a7532c2 100644
--- a/pygments/cmdline.py
+++ b/pygments/cmdline.py
@@ -4,7 +4,7 @@
Command line interface.
- :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
@@ -185,7 +185,7 @@ def main_inner(parser, argns):
return 0
if argns.V:
- print('Pygments version %s, (c) 2006-2021 by Georg Brandl, Matthäus '
+ print('Pygments version %s, (c) 2006-2022 by Georg Brandl, Matthäus '
'Chajdas and contributors.' % __version__)
return 0