parser.add_argument('fanplusspeed',nargs='*',metavar='FAN:SPEED',help='Fan to change the speed of, and the speed, separated by \':\'. Set to 0 for auto.')
parser.add_argument('-i','--info',action="store_true",default=False,help='Read fan information')
parser.add_argument('-a','--auto',action="store_true",default=False,help='Service to control fans based on temperature')