print"the order in which the arguments appear is important"
print"-h (--help): print this help message"
print"-d dev (--device=dev): use this device (default: /dev/ttyUSB0)"
print"-s sensor_nr (--sensor=sensor_nr): from now on, configuration parameters apply to this sennsor number"
print"-v volt (--voltage=volt: voltage of the rail being measured"
print"-t sensor_type (--type=sensor_type): use this sensor type (ACS712-5, ACS712-20, ACS712-30, or a number indicating the volt/ampere ratio of the sensor"
print"-n null_level (--nulllevel=null_level): null level to be used for calibration. If no current is flowing, use \"-n auto\""
print"-o (--off): do not use this sensor number"
print"-p (--print): print configuration parameterss and the currently measured sensor values"