Commit 81d6f5f3 authored by owsla's avatar owsla

Put the version number in logs with verbosity > 3


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@833 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 8d3cadec
......@@ -205,6 +205,7 @@ def parse_cmdlineoptions(arglist):
print "rdiff-backup " + Globals.version
sys.exit(0)
else: Log.FatalError("Unknown option %s" % opt)
Log("Using rdiff-backup version %s" % (Globals.version), 4)
def check_action():
"""Check to make sure action is compatible with args"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment