Post
Topic
Board Development & Technical Discussion
Re: [Choose the new Pywallet name] - Pywallet 2.1.6: manage your wallet
by
tugvarish
on 03/04/2014, 05:26:05 UTC
News: September 2013
....
The "--version" CLI option does not return the correct info... I don't know if you want me to file a bug report: then where? Or clone your GIT repo apply changes and push? Or just tell you here the correction:

Code:
--- pywalletorig.py Wed Apr 02 21:10:02 2014
+++ pywallet.py     Wed Apr 02 22:11:46 2014
@@ -4744,3 +4744,3 @@

-       parser = OptionParser(usage="%prog [options]", version="%prog 1.1")
+       parser = OptionParser(usage="%prog [options]", version="%prog "+pywversion)