parser.add_argument('-n',type=str,default="",help="Version name. ie 'test'. This will be added after the configurationame. Default is no type added.")
parser.add_argument('--sort',choices=['time','alphanum'],default='time',help="How to sort files, before selecting the first in the list. Default is 'time'")