Add a warning about --dont_check_walletversion

This commit is contained in:
jackjack 2011-12-19 15:19:38 +01:00
parent 319949cdb7
commit 3ac933f8ab

View File

@ -1887,7 +1887,7 @@ if __name__ == '__main__':
help="output directory where the recovered wallet will be put")
parser.add_option("--dont_check_walletversion", dest="dcv", action="store_true",
help="don't check if wallet version > %d before running"%max_version)
help="don't check if wallet version > %d before running (WARNING: this may break your wallet, be sure you know what you do)"%max_version)
# parser.add_option("--forcerun", dest="forcerun",
# action="store_true",