diff options
Diffstat (limited to 'src/eeprom_main.c')
-rw-r--r-- | src/eeprom_main.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/eeprom_main.c b/src/eeprom_main.c index e9ee652..6fe49cc 100644 --- a/src/eeprom_main.c +++ b/src/eeprom_main.c @@ -241,10 +241,10 @@ static struct option long_options[] = { {"hw-version", 1, NULL, CMD_OPT_HW_VERSION}, {"mac-addr", 1, NULL, CMD_OPT_MAC_ADDR}, {"imei", 1, NULL, CMD_OPT_IMEI}, - {"capa-gps", 1, NULL, CMD_OPT_CAPA_GPS}, - {"capa-din", 1, NULL, CMD_OPT_CAPA_DIN}, - {"capa-dout", 1, NULL, CMD_OPT_CAPA_DOUT}, - {"capa-adc", 1, NULL, CMD_OPT_CAPA_ADC}, + {"capa-gps", 0, NULL, CMD_OPT_CAPA_GPS}, + {"capa-din", 0, NULL, CMD_OPT_CAPA_DIN}, + {"capa-dout", 0, NULL, CMD_OPT_CAPA_DOUT}, + {"capa-adc", 0, NULL, CMD_OPT_CAPA_ADC}, {"capa", 1, NULL, CMD_OPT_CAPA}, {"out-format", 1, NULL, CMD_OPT_OUT_FORMAT}, {"version", 0, NULL, CMD_OPT_VERSION}, |