parser.add_option("-o","--output-path",metavar="path",default=".",help="Set the path to the directory where output files will be written. Default is \".\".")
parser.add_option("-u","--usertag",metavar="usertag",help="Set the user tag",default="INJSPLITTER")
parser.add_option("-n","--nsplit",metavar="count",type="int",help="Number of files you want the original file to be split into",default=1)