dbrtools/dbr/cleanenv.py
changeset 203 7d674ef4b3c2
parent 202 f7670db4b513
equal deleted inserted replaced
201:2c2dbe93b84b 203:7d674ef4b3c2
    53   main(args)
    53   main(args)
    54 
    54 
    55 def help():
    55 def help():
    56   print "Cleans the current environment"
    56   print "Cleans the current environment"
    57   print "Usage\n\tdbr cleanenv (<baseline_zip_path>)"
    57   print "Usage\n\tdbr cleanenv (<baseline_zip_path>)"
    58   print "\nDefault behaviour presumes baselie zips exist at the root"
    58   print "\nDefault behaviour presumes baseline zips exist at the root"
    59   
    59