Merge branch 'ss/print-only-version-number-for-this-option' into next
This commit is contained in:
commit
c84d6ea9c6
@ -16,6 +16,8 @@ New Features
|
|||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
* have --version ONLY print the version number
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ class OfflineImap:
|
|||||||
def run(self):
|
def run(self):
|
||||||
"""Parse the commandline and invoke everything"""
|
"""Parse the commandline and invoke everything"""
|
||||||
|
|
||||||
parser = OptionParser(version=offlineimap.banner,
|
parser = OptionParser(version=offlineimap.__version__,
|
||||||
description="%s.\n\n%s" %
|
description="%s.\n\n%s" %
|
||||||
(offlineimap.__copyright__,
|
(offlineimap.__copyright__,
|
||||||
offlineimap.__license__))
|
offlineimap.__license__))
|
||||||
|
Loading…
Reference in New Issue
Block a user