summaryrefslogtreecommitdiff
path: root/rtemstoolkit/options.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-10-19 09:14:57 +1100
committerChris Johns <chrisj@rtems.org>2015-10-19 09:14:57 +1100
commitbaa798a0833399cbe4900bfa856d9dcec27d4a58 (patch)
tree16ee6eb51754bb6ef0b080936698f239e26cf455 /rtemstoolkit/options.py
parentbd944157133f49c0d8c691157ab934c180bd3502 (diff)
Update the versions strings.
Diffstat (limited to 'rtemstoolkit/options.py')
-rw-r--r--rtemstoolkit/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py
index 6a21f80..11e3c5a 100644
--- a/rtemstoolkit/options.py
+++ b/rtemstoolkit/options.py
@@ -274,7 +274,7 @@ class command_line(object):
def help(self):
print '%s: [options] [args]' % (self.command_name)
- print 'RTEMS Tools Project (c) 2012-2014 Chris Johns'
+ print 'RTEMS Tools Project (c) 2012-2015 Chris Johns'
print 'Options and arguments:'
opts = self.long_opts_help.keys()
if self.optargs: